fixed crossbow mode not changing legacy_modecode

This commit is contained in:
Zeno Rogue 2023-10-28 23:34:02 +02:00
parent a163c80ba1
commit f7a25ff2d1
1 changed files with 2 additions and 0 deletions

View File

@ -204,6 +204,8 @@ int modecodetable[42][6] = {
EX modecode_t legacy_modecode() {
if(int(geometry) > 3 || int(variation) > 1) return UNKNOWN;
if(casual) return UNKNOWN;
if(bow::weapon) return UNKNOWN;
bool is_default_land_structure =
(princess::challenge || tactic::on) ? ls::single() :