Identification scrolls

This commit is contained in:
Llywelwyn 2023-08-22 17:38:30 +01:00
parent cfe5884a0b
commit 51081c7c9c
11 changed files with 233 additions and 18 deletions

View file

@ -13,6 +13,8 @@ mod letter_to_option;
pub use character_creation::*;
mod remove_curse_menu;
pub use remove_curse_menu::*;
mod identify_menu;
pub use identify_menu::*;
mod tooltip;
pub use cheat_menu::*;