diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-12 03:34:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-12 03:34:35 -0300 |
commit | 76289c7619e57eb8874c7ca34646fffcd0bf5c6d (patch) | |
tree | 483b148bff361b33a9fbcaafb96f19b9c324a50a /npc/026-0 | |
parent | 0bba734d881344214a54cba2e707393e0acc0f11 (diff) | |
download | serverdata-76289c7619e57eb8874c7ca34646fffcd0bf5c6d.tar.gz serverdata-76289c7619e57eb8874c7ca34646fffcd0bf5c6d.tar.bz2 serverdata-76289c7619e57eb8874c7ca34646fffcd0bf5c6d.tar.xz serverdata-76289c7619e57eb8874c7ca34646fffcd0bf5c6d.zip |
Fix some messed up code
Diffstat (limited to 'npc/026-0')
-rw-r--r-- | npc/026-0/ctrl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/026-0/ctrl.c b/npc/026-0/ctrl.c index 74b2cb09f..633f2423c 100644 --- a/npc/026-0/ctrl.c +++ b/npc/026-0/ctrl.c @@ -14,6 +14,8 @@ OnTouch: mesc l(".:: Impregnable Fortress, %sF ::.", "B0"), 3; msObjective(getq(General_Fortress) == 2, l("* Solo \"The Yetifly\"")); msObjective($MK_TEMPVAR < MKIF_LV_B0F, l("Minimum wins: %d/%d", $MK_TEMPVAR, MKIF_LV_B1F)); + mes ""; + mesc l("Hint: Stomp! Stomp! Stomp! Walk around."); end; L_Warp: |