diff --git a/code/game/turfs/simulated/floor/light_floor.dm b/code/game/turfs/simulated/floor/light_floor.dm index dcbf61dbdab..d3090e85ebc 100644 --- a/code/game/turfs/simulated/floor/light_floor.dm +++ b/code/game/turfs/simulated/floor/light_floor.dm @@ -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)