1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-13 08:01:40 +01:00

Tensa interrupts occupations too.

Note: nomul(0,NULL) does not interrupt occupations.
This commit is contained in:
NeroOneTrueKing 2022-09-06 14:27:00 -05:00
parent 75ff7b4ea4
commit 769ef55021

View file

@ -768,6 +768,7 @@ you_calc_movement()
body_part(BONES), rnd(6) ? body_part(CREAK) : body_part(CRACK));
exercise(A_CON, FALSE);
exercise(A_STR, FALSE);
stop_occupation();
nomul(0, NULL);
}
}