Merge pull request #2698 from Citadel-Station-13/upstream-merge-30583

[MIRROR] Fixes initialize hints for a fair number of mobs and items
This commit is contained in:
LetterJay
2017-09-12 23:31:28 -05:00
committed by GitHub
24 changed files with 1390 additions and 1390 deletions
@@ -16,7 +16,7 @@
var/flashlight_power = 1 //strength of the light when on
/obj/item/device/flashlight/Initialize()
..()
. = ..()
update_brightness()
/obj/item/device/flashlight/proc/update_brightness(mob/user = null)
@@ -409,7 +409,7 @@
/obj/item/device/flashlight/glowstick/Initialize()
fuel = rand(1600, 2000)
light_color = color
..()
. = ..()
/obj/item/device/flashlight/glowstick/Destroy()
STOP_PROCESSING(SSobj, src)