mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	improved the Hag message to include the curse used
This commit is contained in:
		| @@ -1885,7 +1885,7 @@ EX void specialMoves() { | ||||
|         cell *t = targets[i]; | ||||
|          | ||||
|         if(isPlayerOn(t) && celldistance(c,t) <= firerange) { | ||||
|           addMessage(XLAT("%The1 curses you!", m)); | ||||
|           addMessage(XLAT("%The1 curses you with %the2!", m, c->item)); | ||||
|           items[c->item] += orbcharges(c->item); | ||||
|           c->item = itNone; | ||||
|           c->stuntime = 1; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue