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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user