diff options
author | Kurt Kuschinski <kurt.kuschinski@gmail.com> | 2021-01-09 22:18:14 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-09 22:18:14 +0000 |
commit | 2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch) | |
tree | 67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/008-2-17 | |
parent | b12c37346ced0014d3900b2b86c1319cd7d1db80 (diff) | |
download | serverdata-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/008-2-17')
-rw-r--r-- | npc/008-2-17/angus.txt | 2 | ||||
-rw-r--r-- | npc/008-2-17/caul.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-2-17/angus.txt b/npc/008-2-17/angus.txt index 03a919c2..b51f1dcd 100644 --- a/npc/008-2-17/angus.txt +++ b/npc/008-2-17/angus.txt @@ -9,7 +9,7 @@ speech l("Hello."), l("Do you need your pickaxe or your shovel fixed? Then I am your man."), - lg("If you want to play with unicorns, you better piss off now."); + l("If you want to play with unicorns, you better piss off now."); close; diff --git a/npc/008-2-17/caul.txt b/npc/008-2-17/caul.txt index 4381c904..00515a89 100644 --- a/npc/008-2-17/caul.txt +++ b/npc/008-2-17/caul.txt @@ -9,7 +9,7 @@ speech l("Hi there."), l("Don't you like the smoke, when there is a nice fire beneath a cauldron?"), - lg("Honestly, sometimes I prefer nice explosions. Better keep back!"); + l("Honestly, sometimes I prefer nice explosions. Better keep back!"); close; |