mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-30 01:12:25 +01:00
Fix Orrery glyph reading
This commit is contained in:
parent
35cb722c9f
commit
a9b89271ee
1 changed files with 1 additions and 1 deletions
|
@ -929,7 +929,7 @@ struct obj *scroll;
|
|||
}
|
||||
}
|
||||
}
|
||||
} else if(scroll->otyp >= ANTI_CLOCKWISE_METAMORPHOSIS_G && scroll->otyp <= BEAST_S_EMBRACE_GLYPH) {
|
||||
} else if(scroll->otyp >= ANTI_CLOCKWISE_METAMORPHOSIS_G && scroll->otyp <= ORRERY_GLYPH) {
|
||||
thought = otyp_to_thought(scroll->otyp);
|
||||
|
||||
/* maybe_give_thought checks requirements, returns FALSE if it didn't work */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue