1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-05-12 02:05:22 +01:00

Berserk monster madness halves spell skill

This commit is contained in:
chris 2024-01-05 13:43:32 -05:00
parent 82738ab172
commit 48ed3ab662

View file

@ -2324,6 +2324,8 @@ int tary;
}
}
else {
if(magr->mrage && magr->mberserk)
spell_skill /= 2;
if(magr->mformication || magr->mscorpions)
spell_skill /= 2;
if(magr->msciaphilia && unshadowed_square(x(magr), y(magr)))