Del() -> Qdel()

This commit is contained in:
skull132
2016-02-07 14:59:21 +02:00
parent d465b9aabe
commit 36dbadc106
5 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
user << "<span class='danger'>[src] blows up in your face!</span>"
explosion(get_turf(user), 0, 0, 1, rand(1,2))
user.drop_item()
del(src)
qdel(src)
return 0
..()