[MIRROR] Converts screen hardref to a weakref (#12733)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-05-03 20:28:31 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 71a7f938e2
commit 775398d92d
8 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
hud.icon_state = "reinforce"
icon_state = "grabbed"
hud.name = "reinforce grab"
hud.master = src
hud.master_ref = WEAKREF(src)
//check if assailant is grabbed by victim as well
if(assailant.grabbed_by)