mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	CAP_COMPLEX2 first
This commit is contained in:
		| @@ -413,6 +413,7 @@ void wandering() { | ||||
|       continue; | ||||
|       } | ||||
|      | ||||
|     #if CAP_COMPLEX2 | ||||
|     else if(c->land == laBrownian && wchance(items[itBrownian], 75)) { | ||||
|       c->monst = moAcidBird; | ||||
|       continue; | ||||
| @@ -426,6 +427,7 @@ void wandering() { | ||||
|         } | ||||
|       continue; | ||||
|       } | ||||
|     #endif | ||||
|      | ||||
|     else if(c->wall == waSea && !c->monst) { | ||||
|       if(c->land == laCaribbean && wchance(items[itPirate], 15) && canReachPlayer(c, moPirate)) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ?
					?