v0.9.3b: ratmogrify rats now press tiles they spawn on

This commit is contained in:
Evan Debenham 2021-06-16 21:10:23 -04:00
parent b01a79283a
commit 62de2e90e2

View File

@ -112,6 +112,8 @@ public class Ratmogrify extends ArmorAbility {
TargetHealthIndicator.instance.target(null);
CellEmitter.get(rat.pos).burst(Speck.factory(Speck.WOOL), 4);
Sample.INSTANCE.play(Assets.Sounds.PUFF);
Dungeon.level.occupyCell(rat);
}
armor.charge -= chargeUse(hero);