mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Meatyores fix (#8311)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user