mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	no more petrification on Round Table
This commit is contained in:
		
							
								
								
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								game.cpp
									
									
									
									
									
								
							| @@ -1451,6 +1451,8 @@ bool petrify(cell *c, eWall walltype, eMonster m) { | |||||||
|     return false; |     return false; | ||||||
|     } |     } | ||||||
|    |    | ||||||
|  |   if(c->wall == waRoundTable) return false; | ||||||
|  |    | ||||||
|   if(walltype == waGargoyle && cellUnstableOrChasm(c))  |   if(walltype == waGargoyle && cellUnstableOrChasm(c))  | ||||||
|     walltype = waGargoyleFloor; |     walltype = waGargoyleFloor; | ||||||
|   else if(walltype == waGargoyle && isWatery(c))  |   else if(walltype == waGargoyle && isWatery(c))  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue