fix p39/p40 range checks; fixes #474

This commit is contained in:
Martin Michelsen
2024-09-01 11:02:45 -07:00
parent 27105a3222
commit 07308b192c
5 changed files with 209 additions and 55 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ public:
void dice_phase_before();
bool is_guard_item() const;
bool unknown_80236554(std::shared_ptr<Card> other_card, const ActionState* as);
void unknown_802362D8(std::shared_ptr<Card> other_card);
void execute_attack_on_all_valid_targets(std::shared_ptr<Card> attacker_card);
void apply_attack_result();
private: