mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	ru:: changes to toughness now affect current HP
This commit is contained in:
		| @@ -1,5 +1,9 @@ | ||||
| namespace rogue_unlike { | ||||
|  | ||||
| int randround(ld x) { | ||||
|   return x + randd(); | ||||
|   } | ||||
|  | ||||
| hyperpoint to_hyper(ld x, ld y) { | ||||
|   if(non_hyperbolic) return hyperpoint(x, y, 1, 1); | ||||
|   y -= t_margin_at; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue