Update bellymodes.dm
oops
This commit is contained in:
@@ -150,7 +150,7 @@
|
|||||||
SEND_SOUND(M,prey_digest)
|
SEND_SOUND(M,prey_digest)
|
||||||
play_sound = pick(pred_digest)
|
play_sound = pick(pred_digest)
|
||||||
|
|
||||||
if(M.vore_flags & ABSORBED || M.vore_flags & ABSORBABLE) //Negative.
|
if(M.vore_flags & ABSORBED || !(M.vore_flags & ABSORBABLE)) //Negative.
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if(M.nutrition >= 100) //Drain them until there's no nutrients left. Slowly "absorb" them.
|
if(M.nutrition >= 100) //Drain them until there's no nutrients left. Slowly "absorb" them.
|
||||||
|
|||||||
Reference in New Issue
Block a user