Undo meteor shield changes (#8141)

This commit is contained in:
Raeschen
2024-04-03 10:27:38 +02:00
committed by GitHub
parent f08d981b81
commit 9913c5e80c
2 changed files with 0 additions and 17 deletions

View File

@@ -85,8 +85,6 @@
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)