mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Converts screen hardref to a weakref (#19443)
* Weakrefs the master object * whoops
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user