mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixup
This commit is contained in:
		| @@ -284,7 +284,7 @@ EX void shoot() { | |||||||
|     eMonster who = (mov.flags & bpCOPIED) ? moMimic : moPlayer; |     eMonster who = (mov.flags & bpCOPIED) ? moMimic : moPlayer; | ||||||
|  |  | ||||||
|     if(c != cf) for(int t=0; t<cf->type; t++) { |     if(c != cf) for(int t=0; t<cf->type; t++) { | ||||||
|       cell *c1 = cf->move(t); |       cell *c1 = cf->cmove(t); | ||||||
|       if(!c) continue; |       if(!c) continue; | ||||||
|  |  | ||||||
|       bool stabthere = false; |       bool stabthere = false; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue