summaryrefslogtreecommitdiff
path: root/npc/config/inspector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/config/inspector.txt')
-rw-r--r--npc/config/inspector.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/npc/config/inspector.txt b/npc/config/inspector.txt
index 7103257ca..b165e4a1c 100644
--- a/npc/config/inspector.txt
+++ b/npc/config/inspector.txt
@@ -143,14 +143,12 @@ function script inspectorQuest {
mesq l("We can rule out rats, though. I know, shocking, right? But these kind of cheese are eaten by cats, dragons, squirrels and yetis, but not by rats.");
next;
mesn;
- mesq l("I would limit the search for persons, cats, dragons or yetis. Keep in mind these aren't the primary food for any of them, so you're unlikely to find them in a pile of stolen cheese.");
+ mesq l("I would limit the search for persons, cats, dragons, squirrels or yetis. Keep in mind these aren't the primary food for any of them, so you're unlikely to find them in a pile of stolen cheese.");
setq2 LoFQuest_Inspector, .@q2 | .@RAT_RULEOUT;
} else {
mesn;
mesq l("I know nothing about the robberies, sorry.");
}
- mesn;
- mesq l("I know nothing about the robberies, sorry.");
} else if (.@npc$ == "Chef#dimond") {
// Acquire VICTIM_CHEF, acquire CHEESE_TYPES if VICTIM_LAB
mesn;
@@ -229,7 +227,7 @@ function script inspectorQuest {
// Hints toward the underground pass flag if VICTIM_CHEF
mesn;
mesq l("I am the owner of a transport company, which rent carts to exceptional clients. And I can assure you my company's terms of service prohibit the use of carts to rob cheese.");
- if (.@q2 & VICTIM_CHEF) {
+ if (.@q2 & .@VICTIM_CHEF) {
next;
mesn;
mesq l("This being said, Axzell and Erik made interesting requests recently... Have you talked to them yet? Erik works in the Townhall, and Axzell in the alchemy shop.");