mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Changed floor ex_act to not break grilles & src if under r-windows.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
var/health = 10
|
||||
var/destroyed = 0
|
||||
var/obj/item/stack/rods/stored
|
||||
level = 3
|
||||
|
||||
/obj/structure/grille/New()
|
||||
stored = new/obj/item/stack/rods(src)
|
||||
|
||||
@@ -307,7 +307,7 @@
|
||||
return
|
||||
|
||||
/obj/structure/window/proc/spawnfragments()
|
||||
if(!loc) //if already qdel'd somehow, we do nothing
|
||||
if(qdeleted())
|
||||
return
|
||||
var/turf/T = loc
|
||||
for(var/obj/item/I in storeditems)
|
||||
|
||||
Reference in New Issue
Block a user