mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-07 01:03:00 +00:00
fixed crossbow mode not changing legacy_modecode
This commit is contained in:
@@ -204,6 +204,8 @@ int modecodetable[42][6] = {
|
|||||||
|
|
||||||
EX modecode_t legacy_modecode() {
|
EX modecode_t legacy_modecode() {
|
||||||
if(int(geometry) > 3 || int(variation) > 1) return UNKNOWN;
|
if(int(geometry) > 3 || int(variation) > 1) return UNKNOWN;
|
||||||
|
if(casual) return UNKNOWN;
|
||||||
|
if(bow::weapon) return UNKNOWN;
|
||||||
|
|
||||||
bool is_default_land_structure =
|
bool is_default_land_structure =
|
||||||
(princess::challenge || tactic::on) ? ls::single() :
|
(princess::challenge || tactic::on) ? ls::single() :
|
||||||
|
|||||||
Reference in New Issue
Block a user