Thermitenerf (#18577)

Tweaks thermite's duration to burn to 20 SECONDS up from 10 SECONDS.
This commit is contained in:
Marm
2022-08-04 15:27:27 +01:00
committed by GitHub
parent 3ff30d5067
commit dd7dc18be2
+1 -1
View File
@@ -251,7 +251,7 @@
ChangeTurf(/turf/simulated/floor)
/turf/simulated/wall/proc/thermitemelt(mob/user as mob, speed)
var/wait = 100
var/wait = 20 SECONDS
if(speed)
wait = speed
if(istype(sheet_type, /obj/item/stack/sheet/mineral/diamond))