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
+1 -1
View File
@@ -94,7 +94,7 @@
M.perform_infestation(first_host.current)
forge_borer_objectives(borer, first_host)
del original
del(original)
log_admin("Created [borers.len] borers.")
@@ -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)