mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +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() { | ||||
|   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() : | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue