Changed floor ex_act to not break grilles & src if under r-windows.

This commit is contained in:
xxalpha
2016-01-16 17:43:33 +00:00
parent 4dd308c278
commit 2cc55c3ba0
4 changed files with 11 additions and 5 deletions
-1
View File
@@ -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)
+1 -1
View File
@@ -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)