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:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user