[MIRROR] Fixes to more Initialize procs (#2733)
* Fixes to more Initialize procs * Update ai_monitored.dm * Update cleanable.dm * Update instruments.dm * Update musician.dm * Update noticeboard.dm * Update mimic.dm * Update interactive.dm
This commit is contained in:
committed by
Poojawa
parent
b4c27d5533
commit
e4db027692
@@ -99,7 +99,7 @@ GLOBAL_LIST_INIT(hallucinations_major, list(
|
||||
var/active = TRUE //qdelery
|
||||
|
||||
/obj/effect/hallucination/simple/Initialize(mapload, var/mob/living/carbon/T)
|
||||
..()
|
||||
. = ..()
|
||||
target = T
|
||||
current_image = GetImage()
|
||||
if(target.client)
|
||||
@@ -206,7 +206,7 @@ GLOBAL_LIST_INIT(hallucinations_major, list(
|
||||
image_state = "alienh_pounce"
|
||||
|
||||
/obj/effect/hallucination/simple/xeno/Initialize(mapload, mob/living/carbon/T)
|
||||
..()
|
||||
. = ..()
|
||||
name = "alien hunter ([rand(1, 1000)])"
|
||||
|
||||
/obj/effect/hallucination/simple/xeno/throw_impact(A)
|
||||
|
||||
Reference in New Issue
Block a user