Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into station_traits
This commit is contained in:
@@ -647,10 +647,10 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
target.playsound_local(get_turf(airlock), 'sound/machines/boltsup.ogg',30,0,3)
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/hallucination/fake_door_lock/CanPass(atom/movable/mover, turf/_target)
|
||||
/obj/effect/hallucination/fake_door_lock/CanAllowThrough(atom/movable/mover, turf/_target)
|
||||
. = ..()
|
||||
if(mover == target && airlock.density)
|
||||
return FALSE
|
||||
return TRUE
|
||||
|
||||
/datum/hallucination/chat
|
||||
|
||||
@@ -1122,7 +1122,7 @@ GLOBAL_LIST_INIT(hallucination_list, list(
|
||||
/obj/effect/hallucination/danger/anomaly
|
||||
name = "flux wave anomaly"
|
||||
|
||||
/obj/effect/hallucination/danger/anomaly/Initialize()
|
||||
/obj/effect/hallucination/danger/anomaly/Initialize(mapload)
|
||||
. = ..()
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user