mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
improved the Hag message to include the curse used
This commit is contained in:
parent
9e92595c5e
commit
5e33bd6db7
@ -1885,7 +1885,7 @@ EX void specialMoves() {
|
|||||||
cell *t = targets[i];
|
cell *t = targets[i];
|
||||||
|
|
||||||
if(isPlayerOn(t) && celldistance(c,t) <= firerange) {
|
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);
|
items[c->item] += orbcharges(c->item);
|
||||||
c->item = itNone;
|
c->item = itNone;
|
||||||
c->stuntime = 1;
|
c->stuntime = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user