Cremation animation + refactors and improvements (#10885)

This commit is contained in:
Wowzewow (Wezzy)
2021-02-01 10:22:15 +01:00
committed by GitHub
parent cc50f53ecf
commit 2107f3d20a
24 changed files with 242 additions and 269 deletions
@@ -390,7 +390,7 @@
reagents.trans_to_mob(user, m_bitesize, CHEM_INGEST)
bitecount++
animate_shake()
shake_animation()
playsound(loc, pick('sound/effects/creatures/nibble1.ogg','sound/effects/creatures/nibble2.ogg'), 30, 1)
on_consume(user, user) //mob is both user and target for on_consume since it is feeding itself in this instance