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:
parent
82738ab172
commit
48ed3ab662
1 changed files with 2 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue