1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-26 23:32:25 +01:00

Nerf alignment spirit alignment masking to just Binders

This commit is contained in:
ChrisANG 2021-09-25 12:16:07 -04:00
parent e4b4116fec
commit 97c6375e05

View file

@ -2411,7 +2411,7 @@ touch_artifact(obj, mon, hypothetical)
/* a hateful artifact should never apply to non-hated foes */
badalign = spec_applies(obj, mon, TRUE);
}
if(badalign && yours){
if(badalign && yours && Role_if(PM_EXILE)){
if(u.specialSealsActive&SEAL_ALIGNMENT_THING){
badalign = FALSE;
// badclass = FALSE;