1
0
Fork 0
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:
chris 2022-08-05 21:07:45 -04:00
parent 35cb722c9f
commit a9b89271ee

View file

@ -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 */