fix some descriptions

This commit is contained in:
jacob1 2013-05-03 23:19:16 -04:00
parent c68e4b1393
commit 0b2e8a412e
6 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;