Makes floorlights only toggleable in help intent (#24135)

This commit is contained in:
Luc
2024-02-21 09:10:31 +00:00
committed by GitHub
parent 335199b55b
commit 8335d9958e
@@ -47,6 +47,8 @@
/turf/simulated/floor/light/attack_hand(mob/user)
if(!can_modify_colour)
return
if(user.a_intent != INTENT_HELP)
return
toggle_light(!on)
/turf/simulated/floor/light/attackby(obj/item/C, mob/user, params)