Modsuit flashlights are now properly extinguished (#22557)

* pREVE

* No more force
This commit is contained in:
Luc
2023-10-01 14:25:58 +01:00
committed by GitHub
parent 792ad7b904
commit f35ac06d66
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -744,3 +744,8 @@
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
H.regenerate_icons()
/obj/item/mod/control/extinguish_light(force)
. = ..()
for(var/obj/item/mod/module/module as anything in modules)
module.extinguish_light(force)