pass one fix

This commit is contained in:
Fox-McCloud
2015-07-08 01:09:10 -04:00
parent 9dc27ce126
commit 0fd80d0b1f
11 changed files with 27 additions and 9 deletions
-1
View File
@@ -178,7 +178,6 @@
/obj/structure/alien/weeds/Destroy()
var/turf/T = loc
loc = null
for (var/obj/structure/alien/weeds/W in range(1,T))
W.updateWeedOverlays()
linked_node = null
@@ -124,7 +124,3 @@
spawn(25) can_move = 1
step(src,direction)
return
/obj/effect/dummy/chameleon/Destroy()
master.disrupt(0)
return ..()
-1
View File
@@ -24,7 +24,6 @@
/obj/item/stack/Destroy()
if (usr && usr.machine==src)
usr << browse(null, "window=stack")
src.loc = null
return ..()
/obj/item/stack/examine()
+1 -1
View File
@@ -564,7 +564,7 @@
if (istype(I, /obj/item/stack/tile/grass))
qdel(I)
new /obj/structure/table/woodentable/poker( src.loc )
del(src)
qdel(src)
visible_message("<span class='notice'>[user] adds the grass to the wooden table</span>")