powder that makes you say yes

This commit is contained in:
Nadyr
2022-09-23 17:45:19 -04:00
committed by GitHub
parent c9acc369b0
commit 0bf319ae22
+1 -1
View File
@@ -328,7 +328,7 @@
//Throwing a prey into a pred takes priority. After that it checks to see if the person being thrown is a pred.
if(istype(AM, /mob/living))
var/mob/living/thrown_mob = AM
if(!client && !thrown_mob.allowmobvore)
if(!client && !thrown_mob.allowmobvore)
return //The mob is AI controlled and the prey doesn't allow for mob vore allowed, don't even bother.
if((can_be_drop_pred && throw_vore) && (thrown_mob.devourable && thrown_mob.throw_vore && thrown_mob.can_be_drop_prey)) //Prey thrown into pred.
vore_selected.nom_mob(thrown_mob) //Eat them!!!