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:
parent
75ff7b4ea4
commit
769ef55021
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue