Thermite tweak (#21950)

* thermite now melts different walls for different times, using its reagent volume

* Update code/game/turfs/simulated/walls.dm

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

* review fixes

---------

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
This commit is contained in:
HMBGERDO
2023-08-25 17:48:45 +02:00
committed by GitHub
parent 0b39956cf1
commit e7a4565d26
4 changed files with 34 additions and 14 deletions
@@ -209,7 +209,6 @@
if(!S.reagents)
S.create_reagents(volume)
S.reagents.add_reagent("thermite", volume)
S.thermite = TRUE
if(S.active_hotspot)
S.reagents.temperature_reagents(S.active_hotspot.temperature, 10, 300)