mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes infinite rods from reinforced floors
This commit is contained in:
@@ -98,6 +98,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