mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 19:00:35 +00:00
fixed crossbow mode not changing legacy_modecode
This commit is contained in:
parent
a163c80ba1
commit
f7a25ff2d1
@ -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() :
|
||||||
|
Loading…
Reference in New Issue
Block a user