Changes a few del to del()

This commit is contained in:
Fox-McCloud
2015-07-10 23:28:08 -04:00
parent d46aa69852
commit e4d6acb538
6 changed files with 11 additions and 35 deletions
@@ -233,7 +233,7 @@
usr.client.screen -= S
S.dropped(usr)
if(!S.amount)
del S
del(S)
else
S.loc = src
@@ -278,7 +278,7 @@
N.amount = stacksize
S.amount -= stacksize
if(!S.amount)
del S // todo: there's probably something missing here
del(S) // todo: there's probably something missing here
orient2hud(usr)
if(usr.s_active)
usr.s_active.show_to(usr)