diff options
Diffstat (limited to 'npc/re/cities/malangdo.txt')
-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]"; |