diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:03:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-08 17:03:47 -0300 |
commit | 8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0 (patch) | |
tree | bf154cd42fb6495995d8ed93edcacc1e01d7f25e /npc/025-1/ihclot.txt | |
parent | b6cbbea79e69b251776abe3359752c802bccba0c (diff) | |
download | serverdata-8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0.tar.gz serverdata-8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0.tar.bz2 serverdata-8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0.tar.xz serverdata-8df8e3d1d3c7555c097418fd6ff1a9a17ada65c0.zip |
Grace Reroll is free, make it clear player won't be charged
Diffstat (limited to 'npc/025-1/ihclot.txt')
-rw-r--r-- | npc/025-1/ihclot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index 648077ea6..904384e4e 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -101,7 +101,7 @@ // Act 5+ Grace Reroll if ($GAME_STORYLINE >= 4) { next; - mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE!"), 1; + mesc l("DO YOU WANT TO REROLL THE ITEM? THIS CANNOT BE UNDONE! (free)"), 1; next; if (askyesno() == ASK_YES) csys_ApplyPerfect(.@id, .@level); |