diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-10 18:29:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-10 18:29:11 (GMT) |
| commit | da07c22ee457899236c8c6d457696daa019fd07e (patch) | |
| tree | e5421e6b03a8aece969c995d6bf5586e5854b8bc /src/simulation/Simulation.cpp | |
| parent | 249e3dcad3aa62ba09e0b712ff508d94f255a947 (diff) | |
| download | powder-da07c22ee457899236c8c6d457696daa019fd07e.zip powder-da07c22ee457899236c8c6d457696daa019fd07e.tar.gz | |
new elements: DMG (Force bomb) and TSNS (Temperature sensor)
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index 61b0944..023d90c 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -2932,6 +2932,8 @@ int Simulation::create_part(int p, int x, int y, int tv) break; case PT_DTEC: parts[i].tmp2 = 2; + case PT_TSNS: + parts[i].tmp2 = 2; break; default: if (t==PT_FIGH) |
