mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Revert "Undo meteor shield changes" (#9361)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user