Adds changelog

This commit is contained in:
Yoshax
2016-10-07 16:15:25 +01:00
parent a723eb3732
commit 087b9072e0
2 changed files with 40 additions and 1 deletions
@@ -60,7 +60,7 @@
if(power_usage < cell.charge)
cell.charge -= power_usage
else
visible_message("<span class='warning;>\The [src] flickers before going dull.</span>")
visible_message("<span class='warning'>\The [src] flickers before going dull.</span>")
set_light(0)
/obj/item/device/flashlight/update_icon()