This commit is contained in:
Poojawa
2019-04-21 01:57:12 -05:00
committed by GitHub
parent b524c6741d
commit fe1692eef3
@@ -347,7 +347,7 @@
in_melee = TRUE
if(vore_active)
if(isliving(target))
var/mob/living/L = target
var/mob/living/L = target
if(L.Adjacent(src) && L.devourable) // aggressive check to ensure vore attacks can be made
if(prob(voracious_chance))
vore_attack(src,L,src)