summaryrefslogtreecommitdiff
path: root/npc/000-2-1/peter.txt
diff options
context:
space:
mode:
authorKurt Kuschinski <kurt.kuschinski@gmail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/000-2-1/peter.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
downloadserverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.gz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.bz2
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.xz
serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.zip
Prepare serverdata for evol-hercules!31
Deprecate g() and lg()
Diffstat (limited to 'npc/000-2-1/peter.txt')
-rw-r--r--npc/000-2-1/peter.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 3b9c93d2..499304c4 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -66,7 +66,7 @@ L_Task:
if (!.@q)
setq ShipQuests_Peter, 1, 0, -1;
mesn;
- mesq lg("Hey, girl!", "Hey, man!");
+ mesq l("Hey there!");
next;
mesq l("I need somebody who can rid the hold of the ship of these rattos. Can you help me?");
next;
@@ -85,13 +85,13 @@ L_Task:
// Friendly reminder that you have about 20 secs to finish
OnLowTime:
if ((getmap() ~= "000-2-1") || (getmap() ~= "nard*"))
- dispbottom lg("I'm starting to feel dizzy... I shouldn't stay here much longer.");
+ dispbottom l("I'm starting to feel dizzy... I shouldn't stay here much longer.");
end;
// Minimum Quest Level (any difficulty setting) is on L_Main (and currently is 5)
OnTooWeak:
mesn;
- mesq lg("I need someone to help me clean the edge of the ship, but you aren't strong enough for now.");
+ mesq l("I need someone to help me clean the edge of the ship, but you aren't strong enough for now.");
close;