Converts screen hardref to a weakref (#19443)

* Weakrefs the  master object

* whoops
This commit is contained in:
Cameron Lennox
2026-05-03 19:43:14 -04:00
committed by GitHub
parent 98a56cfde8
commit 1d2cbea8e9
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)