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:
parent
e4b4116fec
commit
97c6375e05
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue