mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Merge pull request #9464 from Firecage/reinforcedfloorfix
Fixes infinite rods from reinforced floors
This commit is contained in:
@@ -99,6 +99,8 @@
|
||||
user << "<span class='notice'>You begin removing rods...</span>"
|
||||
playsound(src, 'sound/items/Ratchet.ogg', 80, 1)
|
||||
if(do_after(user, 30))
|
||||
if(!istype(src, /turf/simulated/floor/engine))
|
||||
return
|
||||
new /obj/item/stack/rods(src, 2)
|
||||
ChangeTurf(/turf/simulated/floor/plating)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user