mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
A mastery artifact got renamed
This commit is contained in:
parent
b48f47f653
commit
b02f41185c
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ doread()
|
|||
pline("%s:", Tobjnam(scroll, "display"));
|
||||
verbalize("%s", line);
|
||||
return 1;
|
||||
} else if(scroll->oartifact && scroll->oartifact == ART_TOME_OF_THE_LOREMASTER){
|
||||
} else if(scroll->oartifact && scroll->oartifact == ART_LOG_OF_THE_CURATOR){
|
||||
int oindx = 1 + rn2(NUM_OBJECTS - 1);
|
||||
if(objects[oindx].oc_name_known){
|
||||
makeknown(oindx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue