mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	no longer push statues through halfvines
This commit is contained in:
		| @@ -408,6 +408,7 @@ bool sharkpassable(cell *w, cell *c) { | ||||
| EX bool canPushStatueOn(cell *c, flagtype flags) { | ||||
|   return passable(c, NULL, P_MONSTER | flags) && !snakelevel(c) && | ||||
|     !isWorm(c->monst) && !isReptile(c->wall) && !peace::on &&  | ||||
|     !cellHalfvine(c) && | ||||
|     !among(c->wall, waBoat, waFireTrap, waArrowTrap); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue