Refactor shadowling veil extinguish proc

This commit is contained in:
tayyyyyyy
2018-07-22 19:44:08 -07:00
parent 72b5ab8a61
commit 8a8f553ab3
14 changed files with 76 additions and 72 deletions
+5
View File
@@ -303,6 +303,11 @@ obj/item/gun/proc/newshot()
var/datum/action/A = X
A.UpdateButtonIcon()
/obj/item/gun/extinguish_light()
if(gun_light.on)
toggle_gunlight()
visible_message("<span class='danger'>[src]'s light fades and turns off.</span>")
/obj/item/gun/pickup(mob/user)
..()
if(azoom)