1
0
Fork 0
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:
NeroOneTrueKing 2021-01-30 01:40:58 -06:00
parent 39a40b0974
commit eb463fad8b

View file

@ -1599,6 +1599,7 @@ boolean noisy;
if(is_whirly(youracedata) || noncorporeal(youracedata)){
Your("body can't support clothing.");
return 0;
}
if (is_helmet(otmp)) {