1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-25 10:11:23 +00:00

irr:: Orb of the Sword and Kraken.

This commit is contained in:
Zeno Rogue
2018-07-16 21:41:59 +02:00
parent 58d8742cf9
commit 4d61f2169e
7 changed files with 24 additions and 17 deletions

View File

@@ -2481,7 +2481,8 @@ namespace sword {
s += S42/t;
s %= S84;
if(s<0) s += S84;
s /= (S84/t);
s *= t;
s /= S84;
return c->mov[s];
}