Revert "Undo meteor shield changes" (#9361)

This commit is contained in:
Kashargul
2024-11-08 19:28:07 +01:00
committed by GitHub
parent 686d485bce
commit c9dda5add8
2 changed files with 22 additions and 0 deletions

View File

@@ -22,6 +22,10 @@
/datum/event/meteor_wave/start()
affecting_z -= global.using_map.sealed_levels // Space levels only please!
//CHOMPAdd Start, fills gaps
for(var/obj/machinery/shield_gen/gen in global.machines)
gen.fill_diffused()
//CHOMPAdd End
..()
/datum/event/meteor_wave/announce()
@@ -60,6 +64,10 @@
/datum/event/meteor_wave/end()
..()
//CHOMPAdd Start, fills gaps
for(var/obj/machinery/shield_gen/gen in global.machines)
gen.fill_diffused()
//CHOMPAdd End
if(!victim)
switch(severity)
if(EVENT_LEVEL_MAJOR)