From 452f6d69f55bfa9d3b1dcfb503e7fe125d744a5c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 3 Jun 2019 15:27:59 -0300 Subject: Fix bugs involving NPC_HIDDEN --- npc/015-8-1/campaign.txt | 2 +- npc/015-8-1/puzzle.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/015-8-1/campaign.txt b/npc/015-8-1/campaign.txt index 24a6ffaa8..152da954f 100644 --- a/npc/015-8-1/campaign.txt +++ b/npc/015-8-1/campaign.txt @@ -4,7 +4,7 @@ // Description: // Sagratha Quest (field 3) -015-8-1,49,38,0 script #SaggyDungeonCore NPC_HIDDEN,{ +015-8-1,49,38,0 script #SaggyDungeonCore NPC_NO_SPRITE,{ // Not in instance, we don't care. if (instance_id() < 0) end; diff --git a/npc/015-8-1/puzzle.txt b/npc/015-8-1/puzzle.txt index 4824afee5..2cd158e10 100644 --- a/npc/015-8-1/puzzle.txt +++ b/npc/015-8-1/puzzle.txt @@ -19,7 +19,7 @@ OnTouch: end; } if (.@q == 5) { - npctalkonce l("You are NOT allowed to leave here!"); + dispbottom l("You are NOT allowed to leave here!"); } else { warp "015-8", 94, 21; } -- cgit v1.2.3-70-g09d2