mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	disabled Red Raiders from shmup in Eclectic
This commit is contained in:
		| @@ -256,7 +256,7 @@ EX void gen_eclectic_monster(cell *c) { | ||||
|   else if(c2->wall == waIcewall) | ||||
|     c->monst = pick(moWolf, moIceGolem); | ||||
|    | ||||
|   else if(c2->wall == waNone && !c2->monst && hrand(100) < 5) { | ||||
|   else if(c2->wall == waNone && !c2->monst && hrand(100) < 5 && !shmup::on) { | ||||
|     cell *c1 = c; | ||||
|     c1->monst = moPair; | ||||
|     c2->monst = moPair; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue