From cc981cff7dc4a0288b8c90dfe7f05e593604760b Mon Sep 17 00:00:00 2001 From: silicons <2003111+silicons@users.noreply.github.com> Date: Sat, 13 Feb 2021 20:38:41 -0700 Subject: [PATCH] fix --- code/_onclick/hud/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/human.dm b/code/_onclick/hud/human.dm index 624ee30ae6..86ad3a6a80 100644 --- a/code/_onclick/hud/human.dm +++ b/code/_onclick/hud/human.dm @@ -383,7 +383,7 @@ if(victims) static_inventory -= victims if(mymob?.client) - mymob.client.screen_objects -= victims + mymob.client.screen -= victims QDEL_LIST(victims) // make new ones