diff --git a/src/simulation/elements/BIZR.cpp b/src/simulation/elements/BIZR.cpp index e79c721ce..8b61543f9 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; diff --git a/src/simulation/elements/C5.cpp b/src/simulation/elements/C5.cpp index ed8750404..81bb64379 100644 --- a/src/simulation/elements/C5.cpp +++ b/src/simulation/elements/C5.cpp @@ -28,7 +28,7 @@ Element_C5::Element_C5() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 88; - Description = "Cold explosive, set off by CFLM."; + Description = "Cold explosive, set off by anything cold."; State = ST_SOLID; Properties = TYPE_SOLID | PROP_NEUTPENETRATE; diff --git a/src/simulation/elements/CRAY.cpp b/src/simulation/elements/CRAY.cpp index 736eaa105..20e3f9264 100644 --- a/src/simulation/elements/CRAY.cpp +++ b/src/simulation/elements/CRAY.cpp @@ -28,7 +28,7 @@ Element_CRAY::Element_CRAY() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 0; - Description = "Particle Ray Emitter. Creates a beam of particles set by it's ctype, range is set by tmp."; + Description = "Particle Ray Emitter. Creates a beam of particles set by its ctype, range is set by tmp."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/FRAY.cpp b/src/simulation/elements/FRAY.cpp index a140a121c..c529b87ed 100644 --- a/src/simulation/elements/FRAY.cpp +++ b/src/simulation/elements/FRAY.cpp @@ -28,7 +28,7 @@ Element_FRAY::Element_FRAY() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Force Emitter. Pushes or pulls objects based on it's temp value, use like ARAY."; + Description = "Force Emitter. Pushes or pulls objects based on its temp value, use like ARAY."; State = ST_SOLID; Properties = TYPE_SOLID|PROP_LIFE_DEC; diff --git a/src/simulation/elements/H2.cpp b/src/simulation/elements/H2.cpp index 1ba935eed..f652d59f2 100644 --- a/src/simulation/elements/H2.cpp +++ b/src/simulation/elements/H2.cpp @@ -28,7 +28,7 @@ Element_H2::Element_H2() Temperature = R_TEMP+0.0f +273.15f; HeatConduct = 251; - Description = "Hydrogen. Combines with OXYG to make WATR. Undergoes fusion at high temperature and pressure"; + Description = "Hydrogen. Combusts with OXYG to make WATR. Undergoes fusion at high temperature and pressure"; State = ST_GAS; Properties = TYPE_GAS; diff --git a/src/simulation/elements/REPL.cpp b/src/simulation/elements/REPL.cpp index 81b7c8460..d0e2aaf0f 100644 --- a/src/simulation/elements/REPL.cpp +++ b/src/simulation/elements/REPL.cpp @@ -28,7 +28,7 @@ Element_REPL::Element_REPL() Temperature = 20.0f+0.0f +273.15f; HeatConduct = 0; - Description = "Repels or attracts particles based on it's temp value."; + Description = "Repels or attracts particles based on its temp value."; State = ST_NONE; Properties = TYPE_SOLID;