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/001-1/eugene.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'npc/001-1/eugene.txt') diff --git a/npc/001-1/eugene.txt b/npc/001-1/eugene.txt index 407bc395..4f1e25fd 100644 --- a/npc/001-1/eugene.txt +++ b/npc/001-1/eugene.txt @@ -29,7 +29,7 @@ l("Hey, check out my brand new fishing rod. I bought it just today."), l("I was so excited, I wanted to try it as soon as possible."), l("So in a hurry, I forgot to take enough bait for fishing."), - lg("Be a friend and bring me @@ @@.", "Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID)); + l("Be a friend and bring me @@ @@.", .BaitCount, getitemlink(.BaitID)); switch (select(l("I'll be back in no time."), l("Sorry, I'm doing other things at the moment."))) @@ -60,8 +60,7 @@ L_CheckItems: l("It's not as good as my new one, but still very useful."), l("Just look at that water! There's a whole bunch of fish down there."), l("Oh, and you will need this book too, it will help you learn the basics of fishing."), - lg("You might even get lucky, and get a @@.", - "You might even get lucky, and get a @@.", getitemlink(GrassCarp)), + l("You might even get lucky, and get a @@.", getitemlink(GrassCarp)), l("Have a good time fishing!"); delitem .BaitID, .BaitCount; -- cgit v1.2.3-70-g09d2