Same for dust

This commit is contained in:
Aronai Sieyes
2020-03-26 12:41:01 -04:00
parent bb1494dfe3
commit 710857ddd9
+3 -4
View File
@@ -7,9 +7,7 @@
..()
/datum/event/dust/announce()
if(victim)
command_announcement.Announce("The [location_name()] is now passing through a belt of space dust.", "[location_name()] Sensor Array")
else
if(!victim)
command_announcement.Announce("Debris resulting from activity on another nearby asteroid is approaching \the [location_name()]", "Dust Alert")
/datum/event/dust/tick()
@@ -18,7 +16,8 @@
/datum/event/dust/end()
..()
command_announcement.Announce("\The [location_name()] is no longer in danger of impact from space debris.", "Dust Notice")
if(!victim)
command_announcement.Announce("\The [location_name()] is no longer in danger of impact from space debris.", "Dust Notice")
/datum/event/dust/proc/get_severity()
switch(severity)