Closed dmccoystephenson closed 4 months ago
When a faction has 0 power and 1 claim, they cannot be conquered.
The power insufficiency check has been modified to use 'less than or equals' instead of 'less than'.
This was tested locally using the project's Dockerfile to spin up a container.
Closes #1730
Problem
When a faction has 0 power and 1 claim, they cannot be conquered.
Solution
The power insufficiency check has been modified to use 'less than or equals' instead of 'less than'.
Testing
This was tested locally using the project's Dockerfile to spin up a container.
Relevant Issue
Closes #1730