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

Allow andrealphus to bypass power armor bulkiness for traversing angles.

This commit is contained in:
demogorgon22 2023-07-05 12:14:04 -04:00
parent 988a7b5181
commit 1415415390

View file

@ -731,7 +731,7 @@ int mode;
Your("body is too large to fit through.");
return FALSE;
}
if(uarm && uarm->otyp == POWER_ARMOR){
if(uarm && uarm->otyp == POWER_ARMOR && !(u.sealsActive&SEAL_ANDREALPHUS)){
if (mode == DO_MOVE)
Your("power armor is too bulky to fit through.");
return FALSE;