Update light_floor.dm (#28545)

This commit is contained in:
CRUNCH
2025-03-15 08:59:28 +00:00
committed by GitHub
parent b2e463444e
commit f7bb62d6f8
@@ -48,6 +48,12 @@
return
toggle_light(!on)
/turf/simulated/floor/light/attack_ai(mob/user)
return attack_hand(user)
/turf/simulated/floor/light/attack_robot(mob/user)
return attack_hand(user)
/turf/simulated/floor/light/multitool_act(mob/user, obj/item/I)
. = TRUE
if(!can_modify_colour)