diff options
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 881924269..b3b877165 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -40,17 +40,17 @@ L_Walking: mesq l("Grr, where's Mercury... He was supposed to keep watch over this spot... It was meant to be my free time!"); next; mesn; - mesq l("And you, @@... You better get walking. Soon.", $@allraces$[Class]); + mesq l("And you, @@... You better get walking. Soon.", l($@allraces$[Class])); close; L_Disrupt: mesn; - mesq l("Grrr... Why are @@ on this cave?! What Mercury was doing?!", $@allraces$[Class]); + mesq l("Grrr... Why are @@ on this cave?! What Mercury was doing?!", l($@allraces$[Class])); close; L_Warning: mesn; - mesq l("Stupid @@, get out of this cave before I lose my patience!", $@allraces$[Class]); + mesq l("Stupid @@, get out of this cave before I lose my patience!", l($@allraces$[Class])); close; L_Hit: @@ -81,17 +81,17 @@ OnInit: L_Walking: mesn; - mesq l("You, @@... You better get walking. Soon.", $@allraces$[Class]); + mesq l("You, @@... You better get walking. Soon.", l($@allraces$[Class])); close; L_Disrupt: mesn; - mesq l("Grrr... Why are @@ on this cave?! Begone, before I lose my patience!", $@allraces$[Class]); + mesq l("Grrr... Why are @@ on this cave?! Begone, before I lose my patience!", l($@allraces$[Class])); close; L_Warning: mesn; - mesq l("Stupid @@, get out of this cave before I lose my patience!", $@allraces$[Class]); + mesq l("Stupid @@, get out of this cave before I lose my patience!", l($@allraces$[Class])); close; L_Hit: |