Merge pull request #1493 from Fox-McCloud/just-stop

Changes a few del to del()
This commit is contained in:
TheDZD
2015-07-11 21:46:22 -04:00
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)