summaryrefslogtreecommitdiff
path: root/npc/config/inspector.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-22 11:47:28 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-22 11:47:28 -0300
commit1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f (patch)
treef507485397522847ac3682e9f4f223c2b2ff5425 /npc/config/inspector.txt
parent5640a6421b0150c8a83951f9920ba92d2d6f881e (diff)
downloadserverdata-1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f.tar.gz
serverdata-1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f.tar.bz2
serverdata-1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f.tar.xz
serverdata-1f91a5c1513e1eb1b9b68c7205a0cb58d183d44f.zip
Fix CI, it shouldn't be THAT broken...
Diffstat (limited to 'npc/config/inspector.txt')
-rw-r--r--npc/config/inspector.txt16
1 files changed, 13 insertions, 3 deletions
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;
}