diff options
author | Streusel <advance_me@hotmail.de> | 2013-03-07 14:09:22 -0800 |
---|---|---|
committer | Streusel <advance_me@hotmail.de> | 2013-03-07 14:09:22 -0800 |
commit | de1e1856cd115feb9834ba716d562e175ac15403 (patch) | |
tree | 135125127fe013273221b9abdd6394d9979eec28 /npc/re/cities | |
parent | 64dc4dbf9cb954f5359ba1fe932fb77042112464 (diff) | |
download | hercules-de1e1856cd115feb9834ba716d562e175ac15403.tar.gz hercules-de1e1856cd115feb9834ba716d562e175ac15403.tar.bz2 hercules-de1e1856cd115feb9834ba716d562e175ac15403.tar.xz hercules-de1e1856cd115feb9834ba716d562e175ac15403.zip |
-Updated some dialog, Credits to Euphy
-Updated Documentation, Credits to Euphy
Diffstat (limited to 'npc/re/cities')
-rw-r--r-- | npc/re/cities/malangdo.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/npc/re/cities/malangdo.txt b/npc/re/cities/malangdo.txt index 50e6bc832..ce853dc5f 100644 --- a/npc/re/cities/malangdo.txt +++ b/npc/re/cities/malangdo.txt @@ -153,10 +153,7 @@ mora,57,150,4 duplicate(Dolangmal) Dolangmal#9 553 izlude,182,218,4 script Odgnalam#iz 554,{ - if (strnpcinfo(4) == "izlude") - mes "Receiving the warm sun of Izlude, the cat is sleeping."; - else if (strnpcinfo(4) == "alberta") - mes "Receiving the warm sun of Alberta, the cat is sleeping."; + mes "This cat is sleeping in the warm "+strnpcinfo(2)+" sun."; next; if(select("Let him sleep:Talk to him") == 1) close; mes "[Odgnalam]"; |