v0.9.3: fixed wild magic not setting hero to busy

This commit is contained in:
Evan Debenham 2021-06-06 13:31:57 -04:00
parent da59415c49
commit 77998ff25b

View File

@ -62,6 +62,8 @@ public class WildMagic extends ArmorAbility {
return;
}
hero.busy();
ArrayList<Wand> wands = hero.belongings.getAllItems(Wand.class);
Random.shuffle(wands);