This commit is contained in:
Qwertytoforty
2021-07-25 10:00:08 -04:00
parent d7ae75ae95
commit 1f9375f37a
+1 -1
View File
@@ -142,7 +142,7 @@
/obj/item/projectile/beam/immolator/on_hit(atom/target, blocked = 0)
. = ..()
if(isliving(target)
if(isliving(target))
var/mob/living/M = target
M.adjust_fire_stacks(1)
M.IgniteMob()