mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Modsuit flashlights are now properly extinguished (#22557)
* pREVE * No more force
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user