Merge branch 'NetHack-3.7' of https://github.com/klorpa/NetHack into NetHack-3.7

This commit is contained in:
nhmall
2024-09-14 09:17:48 -04:00
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ getmattk(
/* liches have a touch attack for cold damage and also a spell attack;
they won't use the spell for monster vs monster so become impotent
aganst cold resistant foes; change the touch damage from cold to
against cold resistant foes; change the touch damage from cold to
physical if target will resist */
} else if (indx == 0 && attk->aatyp == AT_TUCH && attk->adtyp == AD_COLD
&& (udefend ? Cold_resistance : resists_cold(mdef))