more qdel so far

This commit is contained in:
D3athrow
2015-02-02 01:57:27 -06:00
parent 671800cc60
commit 391170bd39
46 changed files with 222 additions and 198 deletions

View File

@@ -234,7 +234,7 @@
user.visible_message(fixText(state["vis_msg"],user),fixText(state["self_msg"],user))
if("delete" in state)
del(used_atom)
qdel(used_atom)
else if("spawn" in state)
var/spawntype=state["spawn"]
var/atom/A = new spawntype(holder.loc)