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