summaryrefslogtreecommitdiff
path: root/npc/config/inspector.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-23 16:07:08 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-23 16:07:08 -0300
commit01a646dae808fa3971fb6da1062a64f14aad70bd (patch)
tree683062f449d6aff6328dd8aaeb2abf3af53f2bf9 /npc/config/inspector.txt
parente0db0d92631a09ccc10ad889e816fc06aec5bff7 (diff)
downloadserverdata-01a646dae808fa3971fb6da1062a64f14aad70bd.tar.gz
serverdata-01a646dae808fa3971fb6da1062a64f14aad70bd.tar.bz2
serverdata-01a646dae808fa3971fb6da1062a64f14aad70bd.tar.xz
serverdata-01a646dae808fa3971fb6da1062a64f14aad70bd.zip
Fix and test Anselmo quest
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.");