Reinstate some of the mind flayer amnesia

When I reworked amnesia to not forget levels or objects, I removed
the forgetting from the mind flayer attacks.  I intended to add
something to replace it, but forgot ...
This commit is contained in:
Pasi Kallinen
2025-04-13 20:13:54 +03:00
parent 932f598689
commit d6dd5c743c

View File

@@ -3197,7 +3197,14 @@ mhitm_ad_drin(
}
/* adjattrib gives dunce cap message when appropriate */
(void) adjattrib(A_INT, -rnd(2), FALSE);
if (!rn2(5)) {
losespells();
gs.skipdrin = TRUE;
}
if (!rn2(5)) {
drain_weapon_skill(rnd(2));
gs.skipdrin = TRUE;
}
} else {
/* mhitm */
char buf[BUFSZ];