Identification scrolls
This commit is contained in:
parent
cfe5884a0b
commit
51081c7c9c
11 changed files with 233 additions and 18 deletions
|
|
@ -1,6 +1,9 @@
|
|||
pub const NOCHARGES_WREST: &str = "You wrest one last charge from the worn-out wand.";
|
||||
pub const NOCHARGES_DIDNOTHING: &str = "The wand does nothing.";
|
||||
|
||||
pub const IDENTIFY_ALL: &str = "You feel attuned to your belongings!";
|
||||
pub const IDENTIFY_ALL_BLESSED: &str = "Divine favour reveals all";
|
||||
|
||||
pub const REMOVECURSE: &str = "You feel a weight lifted!";
|
||||
pub const REMOVECURSE_BLESSED: &str = "You feel righteous";
|
||||
pub const REMOVECURSE_BLESSED_FAILED: &str = "You feel righteous! But nothing happened.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue