mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 01:53:35 +01:00
Update light_floor.dm (#28545)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user