diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 13:42:23 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-05-04 13:42:23 (GMT) |
| commit | cab667001dd1944cae646349430b969912c0b157 (patch) | |
| tree | 53a425ae892e4f7f643822abdf1bb26449a443a0 /src/simulation/elements/SMKE.cpp | |
| parent | dd0f5f5efb4f108c2ce329a2ceabc7d8fa2b63f8 (diff) | |
| parent | 630216c2531545c232edb45d3054c903c2c205c4 (diff) | |
| download | powder-cab667001dd1944cae646349430b969912c0b157.zip powder-cab667001dd1944cae646349430b969912c0b157.tar.gz | |
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/simulation/elements/SMKE.cpp')
| -rw-r--r-- | src/simulation/elements/SMKE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/SMKE.cpp b/src/simulation/elements/SMKE.cpp index e3344b4..b4572d0 100644 --- a/src/simulation/elements/SMKE.cpp +++ b/src/simulation/elements/SMKE.cpp @@ -28,7 +28,7 @@ Element_SMKE::Element_SMKE() Temperature = R_TEMP+320.0f+273.15f; HeatConduct = 88; - Description = "Smoke"; + Description = "Smoke, created by fire."; State = ST_SOLID; Properties = TYPE_GAS|PROP_LIFE_DEC|PROP_LIFE_KILL_DEC; |
