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
+3
View File
@@ -40,6 +40,9 @@
else
light = new /datum/light_source(src, .)
/atom/proc/extinguish_light()
return
/atom/Destroy()
if(light)
light.destroy()