Remove floor light toggle broadcast

Fixes #440
This commit is contained in:
Arokha Sieyes
2017-02-08 15:13:59 -05:00
parent c49158e5ba
commit d868f70567

View File

@@ -73,7 +73,7 @@ var/list/floor_light_cache = list()
on = !on
if(on) use_power = 2
visible_message("<span class='notice'>\The [user] turns \the [src] [on ? "on" : "off"].</span>")
//visible_message("<span class='notice'>\The [user] turns \the [src] [on ? "on" : "off"].</span>") //VOREStation Edit - No thankouuuu. Too spammy.
update_brightness()
return