v0.9.3b: ratmogrify rats now press tiles they spawn on
This commit is contained in:
parent
b01a79283a
commit
62de2e90e2
|
@ -112,6 +112,8 @@ public class Ratmogrify extends ArmorAbility {
|
||||||
TargetHealthIndicator.instance.target(null);
|
TargetHealthIndicator.instance.target(null);
|
||||||
CellEmitter.get(rat.pos).burst(Speck.factory(Speck.WOOL), 4);
|
CellEmitter.get(rat.pos).burst(Speck.factory(Speck.WOOL), 4);
|
||||||
Sample.INSTANCE.play(Assets.Sounds.PUFF);
|
Sample.INSTANCE.play(Assets.Sounds.PUFF);
|
||||||
|
|
||||||
|
Dungeon.level.occupyCell(rat);
|
||||||
}
|
}
|
||||||
|
|
||||||
armor.charge -= chargeUse(hero);
|
armor.charge -= chargeUse(hero);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user