mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Changes a few del to del()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user