mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 17:07:53 +01:00
Wallrot runtime fix (#16458)
* Atomization * Changelog --------- Co-authored-by: FluffyGhost <FluffyGhost>
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
endWhen = announceWhen + 1
|
||||
|
||||
/datum/event/wallrot/announce()
|
||||
command_announcement.Announce("Harmful fungi detected at coordinates ([origin_turf.x], [origin_turf.y], [origin_turf.z]). The structure may be contaminated.", "Biohazard Alert", new_sound = 'sound/AI/fungi.ogg', zlevels = affecting_z)
|
||||
if(origin_turf)
|
||||
command_announcement.Announce("Harmful fungi detected at coordinates ([origin_turf.x], [origin_turf.y], [origin_turf.z]). The structure may be contaminated.", "Biohazard Alert", new_sound = 'sound/AI/fungi.ogg', zlevels = affecting_z)
|
||||
|
||||
/datum/event/wallrot/start()
|
||||
set waitfor = FALSE
|
||||
|
||||
Reference in New Issue
Block a user