mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
This should interrupt wearing armor.
This commit is contained in:
parent
39a40b0974
commit
eb463fad8b
1 changed files with 1 additions and 0 deletions
|
@ -1599,6 +1599,7 @@ boolean noisy;
|
|||
|
||||
if(is_whirly(youracedata) || noncorporeal(youracedata)){
|
||||
Your("body can't support clothing.");
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (is_helmet(otmp)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue