mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	increased the value of special-move constants to >100 so that the limit on sides is indeed 120
This commit is contained in:
		| @@ -462,12 +462,12 @@ EX bool proper(cell *c, int d) { return d >= 0 && d < c->type; } | |||||||
|  |  | ||||||
| #if HDR | #if HDR | ||||||
|  |  | ||||||
| constexpr int STRONGWIND = 99; | constexpr int STRONGWIND = 199; | ||||||
| constexpr int FALL = 98; | constexpr int FALL = 198; | ||||||
| constexpr int NO_SPACE = 97; | constexpr int NO_SPACE = 197; | ||||||
| constexpr int TELEPORT = 96; | constexpr int TELEPORT = 196; | ||||||
| constexpr int JUMP = 95; | constexpr int JUMP = 195; | ||||||
| constexpr int STAY = 94; | constexpr int STAY = 194; | ||||||
|  |  | ||||||
| namespace whirlwind { cell *jumpDestination(cell*); } | namespace whirlwind { cell *jumpDestination(cell*); } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue