diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-09-13 15:07:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-09-13 15:07:50 -0300 |
commit | e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d (patch) | |
tree | 8287156f87d5e9a2251d13f130b2068b1c7c4ebc | |
parent | 39511aad51ff6240d9be68ece581de7784b82f2e (diff) | |
download | serverdata-e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d.tar.gz serverdata-e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d.tar.bz2 serverdata-e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d.tar.xz serverdata-e9fcb9e796605ff03a6c2a3e9aa46ee29ac76a6d.zip |
Ihclot: Refuse to proceed if no options are enabled.
-rw-r--r-- | npc/025-1/ihclot.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/025-1/ihclot.txt b/npc/025-1/ihclot.txt index 1b3afc781..5dadb5a58 100644 --- a/npc/025-1/ihclot.txt +++ b/npc/025-1/ihclot.txt @@ -16,6 +16,7 @@ next; mesn; mesq l("I'll read the options from you, but the level will be paid by me, and failure rate is non-existant. I am the best. blacksmith. in. the. universe! Use %s if you need to change any options.", b("@ucp")); + if ( CRAFTSYS_CURRENT < 1 ) close; // Safeguard csysGUI_Report(); mesc l("Please select the item you plan in tweaking."), 1; |