Burnt match bugfix

Fixes burnt matches being able to light cigs and such.
This commit is contained in:
FalseIncarnate
2016-04-10 00:10:58 -04:00
parent 397d71a3af
commit 6654767cd2
+1 -1
View File
@@ -78,7 +78,7 @@ LIGHTERS ARE IN LIGHTERS.DM
else if(istype(W, /obj/item/weapon/match))
var/obj/item/weapon/match/M = W
if(M.lit)
if(M.lit == 1)
light("<span class='notice'>[user] lights their [name] with their [W].</span>")
else if(istype(W, /obj/item/weapon/melee/energy/sword/saber))