mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Thermitenerf (#18577)
Tweaks thermite's duration to burn to 20 SECONDS up from 10 SECONDS.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user