SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
7 stars 4 forks source link

Battles shouldn't have to access RuleMinArmySize #89

Closed SamTheBlow closed 12 months ago

SamTheBlow commented 1 year ago

I remember having to go grab the scene's root just to obtain RuleMinArmySize, and that's not good.

I don't remember the details though. This might be related to other issues.

SamTheBlow commented 1 year ago

Now that rules are hard-coded, the rule for minimum army size could be applied in the Army class itself, or in some other way I'm not thinking of

SamTheBlow commented 12 months ago

oh yeah that's done already