Shield diffusers gets disabled with meteors (#8123)

This commit is contained in:
Guti
2024-04-02 12:22:43 +02:00
committed by GitHub
parent 943edd8788
commit 1c357d32e9
2 changed files with 17 additions and 0 deletions
@@ -85,6 +85,8 @@
if(!duration)
return
alarm = round(max(alarm, duration))
for(var/obj/machinery/shield_gen/gen in global.machines) // CHOMPEdit - Fills the gaps made by diffusers
gen.fill_diffused()
update_icon()
/obj/machinery/shield_diffuser/examine(var/mob/user)