mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user