mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	hat:: full arrow trap lines shown
This commit is contained in:
		| @@ -1578,7 +1578,7 @@ void celldrawer::draw_features() { | ||||
|       break; | ||||
|      | ||||
|     case waArrowTrap: | ||||
|       if(c->wparam >= 1) | ||||
|       if(c->wparam >= 1 || hat::in()) | ||||
|         queuepoly(orthogonal_move_fol(V, cgi.FLOOR), cgi.shDisk, darkena(trapcol[c->wparam&3], 0, 0xFF)); | ||||
|       if(isCentralTrap(c)) arrowtraps.push_back(c); | ||||
|       break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue