mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-20 06:32:30 +01:00
Update bellymodes.dm
oops
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
SEND_SOUND(M,prey_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
|
||||
|
||||
if(M.nutrition >= 100) //Drain them until there's no nutrients left. Slowly "absorb" them.
|
||||
|
||||
Reference in New Issue
Block a user