From 1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 May 2024 11:47:28 -0300 Subject: Fix CI, it shouldn't be THAT broken... --- npc/017-1/town.txt | 2 +- npc/config/inspector.txt | 16 +++++++++++++--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/npc/017-1/town.txt b/npc/017-1/town.txt index 86afaeecb..29ba3bf3f 100644 --- a/npc/017-1/town.txt +++ b/npc/017-1/town.txt @@ -9,7 +9,7 @@ OnTouch: EnterTown("LoF"); end; } -017-1,229,86,0 script #LocLoF2 NPC_HIDDEN,1,3,{ +017-1,229,86,0 script #LocLoF2 NPC_HIDDEN,1,3,{ OnTouch: EnterTown("LoF"); end; } diff --git a/npc/config/inspector.txt b/npc/config/inspector.txt index 969652584..f4cce9989 100644 --- a/npc/config/inspector.txt +++ b/npc/config/inspector.txt @@ -71,8 +71,18 @@ function script inspectorQuest { Axzell the Alchemist LoF alchemist */ - mes ""; - Exception("Oops, this is not yet implemented!", RB_SPEECH); - return; + mes ""; + if (.@npc$ == "Doug") { + mesn; + mesq l("I know nothing about the robberies, sorry."); + next; + mesn; + mesq l("Besides, this room is too dark, so I wouldn't be able to see anything."); + } else { + mesn; + mesq l("I know nothing about the robberies, sorry."); + Exception("Oops, this is not yet implemented!", RB_SPEECH); + } + close; } -- cgit v1.2.3-60-g2f50