Search in sources :

Example 1 with Shaman

use of com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Shaman in project shattered-pixel-dungeon-gdx by 00-Evan.

the class ShamanSprite method zap.

public void zap(int pos) {
    parent.add(new Lightning(ch.pos, pos, (Shaman) ch));
    turnTo(ch.pos, pos);
    play(zap);
}
Also used : Lightning(com.shatteredpixel.shatteredpixeldungeon.effects.Lightning) Shaman(com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Shaman)

Aggregations

Shaman (com.shatteredpixel.shatteredpixeldungeon.actors.mobs.Shaman)1 Lightning (com.shatteredpixel.shatteredpixeldungeon.effects.Lightning)1