fix chained action card conditions not applying

This commit is contained in:
Martin Michelsen
2023-09-12 10:30:33 -07:00
parent 7657d4f2fc
commit 15566f7143
11 changed files with 369 additions and 146 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ struct ActionChainWithConds {
uint16_t* out_value) const;
void set_action_subphase_from_card(std::shared_ptr<const Card> card);
bool unknown_8024DEC4() const;
bool can_apply_attack() const;
std::string str() const;
} __attribute__((packed));