Skip to content

Commit

Permalink
Makes floorlights only toggleable in help intent (ParadiseSS13#24135)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewcc authored Feb 21, 2024
1 parent 335199b commit 8335d99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/turfs/simulated/floor/light_floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8335d99

Please sign in to comment.