From 2283d32a1cf2961253a6dc63979f5c80e8175f8a Mon Sep 17 00:00:00 2001 From: Kurt Kuschinski Date: Sat, 9 Jan 2021 22:18:14 +0000 Subject: Prepare serverdata for evol-hercules!31 Deprecate g() and lg() --- npc/000-2-1/peter.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/000-2-1/peter.txt') 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; -- cgit v1.2.3-60-g2f50