Ring of stealth prevents hero from leaving tracks
This commit is contained in:
@@ -2900,6 +2900,7 @@ monsters will use throw-and-return weapons such as an aklys
|
|||||||
archeologists can identify scrolls by deciphering their labels
|
archeologists can identify scrolls by deciphering their labels
|
||||||
monster destroy armor -spell first erodes armor
|
monster destroy armor -spell first erodes armor
|
||||||
iron shoes protect the wearer against certain floor-based traps
|
iron shoes protect the wearer against certain floor-based traps
|
||||||
|
ring of stealth prevents hero from leaving tracks
|
||||||
|
|
||||||
|
|
||||||
Platform- and/or Interface-Specific New Features
|
Platform- and/or Interface-Specific New Features
|
||||||
|
|||||||
@@ -23,6 +23,10 @@ initrack(void)
|
|||||||
void
|
void
|
||||||
settrack(void)
|
settrack(void)
|
||||||
{
|
{
|
||||||
|
if ((uleft && uleft->otyp == RIN_STEALTH)
|
||||||
|
|| (uright && uright->otyp == RIN_STEALTH))
|
||||||
|
return;
|
||||||
|
|
||||||
if (utcnt < UTSZ)
|
if (utcnt < UTSZ)
|
||||||
utcnt++;
|
utcnt++;
|
||||||
if (utpnt == UTSZ)
|
if (utpnt == UTSZ)
|
||||||
|
|||||||
Reference in New Issue
Block a user