a couple of comments

This commit is contained in:
PatR
2024-09-10 23:16:55 -07:00
parent bddc26faf6
commit fe91590d17
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ learn(void)
/* might be learning a new spellbook type or spellbook of blank paper;
if so, persistent inventory will get updated */
makeknown((int) booktype);
/* makeknown() calls update inventory when discovering something
/* makeknown() calls update_inventory() when discovering something
new but is a no-op for something that's already known so wouldn't
update persistent inventory to reflect faded book if spellbook of
blank paper happens to already be discovered */