diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-23 21:08:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-23 21:08:56 -0300 |
commit | 049803b414873029ffc2593ad2d22c064d6ab309 (patch) | |
tree | 54efd442dffcfa9fc7109e7847ebfc1d5ed68017 /npc | |
parent | bd60fb1d2ad465b21b26861609ba55c3b62302e1 (diff) | |
download | serverdata-049803b414873029ffc2593ad2d22c064d6ab309.tar.gz serverdata-049803b414873029ffc2593ad2d22c064d6ab309.tar.bz2 serverdata-049803b414873029ffc2593ad2d22c064d6ab309.tar.xz serverdata-049803b414873029ffc2593ad2d22c064d6ab309.zip |
Fix typos. Translation update.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/026-1/ctrl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/026-1/ctrl.c b/npc/026-1/ctrl.c index d10534859..b02293665 100644 --- a/npc/026-1/ctrl.c +++ b/npc/026-1/ctrl.c @@ -6,14 +6,14 @@ // Quest: General_Fortress // (MaxFloor+1, internal, internal) -026-1,60,26,0 script Impregnable#B0F NPC_HIDDEN,0,0,{ +026-1,60,26,0 script Impregnable#B1F NPC_HIDDEN,0,0,{ end; OnTouch: if (getq(General_Fortress) > 1) goto L_Warp; mesc l(".:: Impregnable Fortress, %sF ::.", "B1"), 3; msObjective(getq(General_Fortress) == 2, l("* TODO")); - msObjective($MK_TEMPVAR < MKIF_LV_B0F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F)); + msObjective($MK_TEMPVAR < MKIF_LV_B1F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B2F)); mes ""; mesc l("Hint: TODO."); end; |