Adds Assurance effect

This commit is contained in:
2021-10-23 18:29:18 +02:00
parent a31698cac0
commit e85460fd22
8 changed files with 81 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ type Battle {
ChoiceQueue@ TurnQueue { get const; };
narray<BattleSide>@ Sides { get const; };
narray<BattleParty>@ Parties { get const; };
BattleHistory@ History { get const; };
bool CanUse(BaseTurnChoice@ choice);
ref@ AddVolatile(const constString &in name);
void RemoveVolatile(const constString &in name) const;