Merge pull request #8273 from Poojawa/screaming

Let's make sure all monsters will attack I guess
This commit is contained in:
kevinz000
2019-04-22 21:22:17 -07:00
committed by GitHub
@@ -353,6 +353,10 @@
vore_attack(src,L,src)
else
return L.attack_animal(src)
else
return L.attack_animal(src) //literally every single fucking one of these need this I guess.
else
return target.attack_animal(src)
else
return target.attack_animal(src)