mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Makes floorlights only toggleable in help intent (#24135)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user