mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed Orb of Chaos losing Hive colors
This commit is contained in:
		| @@ -484,7 +484,7 @@ struct changes_t { | ||||
| EX changes_t changes; | ||||
|  | ||||
| bool switch_lhu_in(eLand l) { | ||||
|   return among(l, laBrownian, laMinefield, laTerracotta); | ||||
|   return among(l, laBrownian, laMinefield, laTerracotta, laHive); | ||||
|   } | ||||
|  | ||||
| void apply_chaos() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue