Merge pull request #13680 from DeltaFire15/hallucination-runtime-fix

Fixes a hallucination runtime
This commit is contained in:
silicons
2020-11-17 01:13:33 -07:00
committed by GitHub
+1 -1
View File
@@ -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 ..()