mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Curse of Fatigue now can be used to fool Ratlings
This commit is contained in:
		| @@ -453,7 +453,7 @@ EX int moveval(cell *c1, cell *c2, int d, flagtype mf) { | ||||
|    | ||||
|   if(wantsToStay(m)) return 750; | ||||
|    | ||||
|   if((m == moRatling || m == moRatlingAvenger) && lastmovetype == lmSkip) return 650; | ||||
|   if((m == moRatling || m == moRatlingAvenger) && lastmovetype == lmSkip && !items[itFatigue]) return 650; | ||||
|  | ||||
|   if(m == moLancer) {  | ||||
|     bool lancerok = true; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue