Cleans up map errors

Knowing my fucking luck it ain't all of 'em
This commit is contained in:
Poojawa
2018-09-20 04:28:02 -05:00
parent 23ab8838a0
commit c836a7e5ea
22 changed files with 58 additions and 154 deletions
@@ -17,6 +17,8 @@
/obj/item/flashlight/Initialize()
. = ..()
if(icon_state == "[initial(icon_state)]-on")
on = TRUE
update_brightness()
/obj/item/flashlight/proc/update_brightness(mob/user = null)