Removes unneeded lighting checks.

This commit is contained in:
MrStonedOne
2016-08-22 08:56:53 -07:00
parent 57d6e2de88
commit 83eca75951
5 changed files with 0 additions and 13 deletions
@@ -36,9 +36,6 @@
SetLuminosity(0)
/obj/item/device/flashlight/attack_self(mob/user)
if(!isturf(user.loc))
user << "<span class='warning'>You cannot turn the light on while in this [user.loc]!</span>" //To prevent some lighting anomalities.
return 0
on = !on
update_brightness(user)
for(var/X in actions)