qdel replacing del, time for bugs

This commit is contained in:
Sood
2015-12-03 23:42:06 -08:00
parent f7f2783829
commit 3cdf89b675
261 changed files with 659 additions and 679 deletions

View File

@@ -476,7 +476,7 @@
return
to_chat(user, "<span class='notice'>You rig [src].</span>")
user.drop_item(W)
del(W)
qdel(W)
rigged = 1
return
else if(istype(W, /obj/item/device/radio/electropack))