v0.9.3: fixed wild magic not setting hero to busy
This commit is contained in:
+2
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user