v0.9.3: fixed wild magic not setting hero to busy
This commit is contained in:
parent
da59415c49
commit
77998ff25b
|
@ -62,6 +62,8 @@ public class WildMagic extends ArmorAbility {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hero.busy();
|
||||||
|
|
||||||
ArrayList<Wand> wands = hero.belongings.getAllItems(Wand.class);
|
ArrayList<Wand> wands = hero.belongings.getAllItems(Wand.class);
|
||||||
Random.shuffle(wands);
|
Random.shuffle(wands);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user