1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-29 13:07:40 +00:00

curses thrown are now animated

This commit is contained in:
Zeno Rogue
2021-06-06 10:35:55 +02:00
parent 4a4a0fc217
commit f94163bb78
3 changed files with 32 additions and 2 deletions

View File

@@ -1912,6 +1912,7 @@ EX void specialMoves() {
int d = celldistance(c,t);
if(d <= firerange) {
addMessage(XLAT("%The1 curses you with %the2!", m, c->item));
animate_item_throw(c, t, c->item);
items[c->item] += orbcharges(c->item);
c->item = itNone;
c->stuntime = 1;