Update floodlight.dm (#25979)

This commit is contained in:
ExcessiveUseOfCobblestone
2017-04-09 07:38:45 -04:00
committed by KorPhaeron
parent 061cd1c692
commit 2822f9fd9f
+1
View File
@@ -85,6 +85,7 @@
/obj/machinery/power/floodlight/attackby(obj/item/O, mob/user, params)
if(istype(O, /obj/item/weapon/wrench))
default_unfasten_wrench(user, O, time = 20)
change_setting(1)
if(anchored)
connect_to_network()
else