Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent counterattacking with large/fragile items (#36704)
Attempting to attack with very large items could lead to move starvation, where the player would spend several turns doing nothing but attacking. Additionally, attacking with large items made of glass could break your arms because the damage from breaking glass items is due to volume. Prevent counter-attacking with items made of glass, because this can break them, where the player may not want this to occur. Prevent attacking with items than take more than 10 turns to attack with, to prevent the move starvation bug.
- Loading branch information