diff --git a/code/game/machinery/floor_light.dm b/code/game/machinery/floor_light.dm index a134e68e3f..e609efdf26 100644 --- a/code/game/machinery/floor_light.dm +++ b/code/game/machinery/floor_light.dm @@ -73,7 +73,7 @@ var/list/floor_light_cache = list() on = !on if(on) use_power = 2 - visible_message("\The [user] turns \the [src] [on ? "on" : "off"].") + //visible_message("\The [user] turns \the [src] [on ? "on" : "off"].") //VOREStation Edit - No thankouuuu. Too spammy. update_brightness() return