Replaced last occurences of gc_destroyed by qdeleted().

This commit is contained in:
Menshin
2016-03-05 01:58:56 +01:00
parent 4b683584c8
commit 9afe050025
29 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -111,7 +111,7 @@
/obj/structure/bookcase/ex_act(severity, target)
..()
if(!gc_destroyed)
if(!qdeleted(src))
for(var/obj/item/weapon/book/b in contents)
b.loc = (get_turf(src))
if(prob(50))