diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-17 14:57:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-17 14:57:14 -0300 |
commit | 6ff4077c3813389270f2d3862136c001d9eafbf8 (patch) | |
tree | ed0247dc4f0962e6a58d369aa389a393d693c60e | |
parent | 3fe75f982c734bee85e6d4e6f01725f1d6e80f98 (diff) | |
download | serverdata-6ff4077c3813389270f2d3862136c001d9eafbf8.tar.gz serverdata-6ff4077c3813389270f2d3862136c001d9eafbf8.tar.bz2 serverdata-6ff4077c3813389270f2d3862136c001d9eafbf8.tar.xz serverdata-6ff4077c3813389270f2d3862136c001d9eafbf8.zip |
Missing new line
-rw-r--r-- | npc/026-4/ctrl.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/npc/026-4/ctrl.c b/npc/026-4/ctrl.c index 35d799241..2d791b441 100644 --- a/npc/026-4/ctrl.c +++ b/npc/026-4/ctrl.c @@ -127,12 +127,10 @@ OnInit: // The main NPC which lets you out of here 000-0,0,0,0, script #026-4Gate NPC_ICE_CAGE,0,0,{ - goto OnTouch; - -OnTouch: if (getq(General_Fortress) > 5) goto L_Warp; dispbottom l("After flipping all %s switches, I should go there.", l("five")); end; + OnTouch: if (getq(General_Fortress) > 5) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B4"), 3; |