mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	disabled Jelly/Ruins in Shmup
This commit is contained in:
		| @@ -1233,6 +1233,10 @@ int isLandValid(eLand l) { | |||||||
|   if(l == laStorms && torus)  |   if(l == laStorms && torus)  | ||||||
|     return 3; |     return 3; | ||||||
|    |    | ||||||
|  |   // not yet implemented in Shmup | ||||||
|  |   if(shmup::on && (l == laSwitch || l == laRuins)) | ||||||
|  |     return 0; | ||||||
|  |    | ||||||
|   if(l == laMagnetic) |   if(l == laMagnetic) | ||||||
|     return 0; |     return 0; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue