mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Del The World: Unit testing for hard deletes (#59612)
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
@@ -113,6 +113,9 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
|
||||
/obj/effect/hallucination/simple/Initialize(mapload, mob/living/carbon/T)
|
||||
. = ..()
|
||||
if(!T)
|
||||
stack_trace("A hallucination was created with no target")
|
||||
return INITIALIZE_HINT_QDEL
|
||||
target = T
|
||||
current_image = GetImage()
|
||||
if(target.client)
|
||||
|
||||
Reference in New Issue
Block a user