mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	crossbow:: graves and Round Table are non-blocking, thruVine is blocking
This commit is contained in:
		| @@ -204,8 +204,7 @@ EX bool passable(cell *w, cell *from, flagtype flags) { | ||||
|    | ||||
|   if(F(P_BULLET)) { | ||||
|     if(isFire(w) || w->wall == waBonfireOff || cellHalfvine(w) ||   | ||||
|       w->wall == waMagma || | ||||
|       w->wall == waAncientGrave || w->wall == waFreshGrave || w->wall == waRoundTable) | ||||
|       w->wall == waMagma || isNonblock(w->wall)) | ||||
|       return true; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue