mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
@@ -11,7 +11,7 @@
|
||||
click_override = new(CALLBACK(src, PROC_REF(try_to_sting)))
|
||||
|
||||
/datum/action/changeling/sting/Destroy(force, ...)
|
||||
if(cling.owner.current.middleClickOverride == click_override)
|
||||
if(cling.owner.current && cling.owner.current.middleClickOverride == click_override) // this is a very scuffed way of doing this honestly
|
||||
cling.owner.current.middleClickOverride = null
|
||||
QDEL_NULL(click_override)
|
||||
if(cling.chosen_sting == src)
|
||||
|
||||
Reference in New Issue
Block a user