mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-23 18:17:03 +01:00
runtime fix
This commit is contained in:
@@ -142,7 +142,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
Show()
|
||||
|
||||
/obj/effect/hallucination/simple/Destroy()
|
||||
if(target.client)
|
||||
if(target && target.client)
|
||||
target.client.images.Remove(current_image)
|
||||
active = FALSE
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user