diff options
Diffstat (limited to 'src/simulation/elements/BIZR.cpp')
| -rw-r--r-- | src/simulation/elements/BIZR.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/BIZR.cpp b/src/simulation/elements/BIZR.cpp index e79c721..8b61543 100644 --- a/src/simulation/elements/BIZR.cpp +++ b/src/simulation/elements/BIZR.cpp @@ -28,7 +28,7 @@ Element_BIZR::Element_BIZR() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 29; - Description = "Bizarre... contradicts the normal state changes. Paints other elements with it's deco color."; + Description = "Bizarre... contradicts the normal state changes. Paints other elements with its deco color."; State = ST_LIQUID; Properties = TYPE_LIQUID; |
