diff options
| author | jacob1 <jfu614@gmail.com> | 2013-05-04 03:19:16 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-05-04 03:19:16 (GMT) |
| commit | 0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f (patch) | |
| tree | f4b198a7fe8db3b3495817238f838c96f3cf2afb /src | |
| parent | c68e4b1393f92fadfe4cf4b6dcca212414dd8646 (diff) | |
| download | powder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.zip powder-0b2e8a412ec3d5b43281ce3cda1fc8aed55c8a2f.tar.gz | |
fix some descriptions
Diffstat (limited to 'src')
| -rw-r--r-- | src/simulation/elements/BIZR.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/C5.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/CRAY.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/FRAY.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/H2.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/elements/REPL.cpp | 2 |
6 files changed, 6 insertions, 6 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; diff --git a/src/simulation/elements/C5.cpp b/src/simulation/elements/C5.cpp index ed87504..81bb643 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 736eaa1..20e3f92 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 a140a12..c529b87 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 1ba935e..f652d59 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 81b7c84..d0e2aaf 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; |
