mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	fixed Curse of Repulsion to use moveItem
This commit is contained in:
		| @@ -39,9 +39,8 @@ EX bool doPickupItemsWithMagnetism(cell *c) { | ||||
|         if(!isNeighbor(c, c4) && c3->item && !c4->item && passable(c4, c3, ZERO)) { | ||||
|           changes.ccell(c3); | ||||
|           changes.ccell(c4); | ||||
|           c4->item = c3->item; | ||||
|           moveEffect(movei(c3, c4, (cw+j).spin), moDeadBird); | ||||
|           c3->item = itNone; | ||||
|           moveItem(c3, c4, false); | ||||
|           moveEffect(movei(c4, c4, NODIR), moDeadBird); | ||||
|           markOrb(itCurseRepulsion); | ||||
|           } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue