Meatyores fix (#8311)

This commit is contained in:
Guti
2024-04-25 16:38:07 +02:00
committed by GitHub
parent 65276e270a
commit d87c2b27f2

View File

@@ -31,6 +31,16 @@
else
command_announcement.Announce("\The [location_name()] is now in a meatyore shower.", "Meteor Alert")
/datum/event/meteor_wave/meatyores/end()
if(has_skybox_image)
SSskybox.rebuild_skyboxes(affecting_z)
if(!victim)
switch(severity)
if(EVENT_LEVEL_MAJOR)
command_announcement.Announce("\The [location_name()] has cleared the meatyore storm.", "Meteor Alert")
else
command_announcement.Announce("\The [location_name()] has cleared the meatyore shower", "Meteor Alert")
/datum/event/meteor_wave/meatyores/proc/get_meatyores()
switch(severity)
if(EVENT_LEVEL_MAJOR)