diff options
Diffstat (limited to 'npc/quests/quests_umbala.txt')
-rw-r--r-- | npc/quests/quests_umbala.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/quests_umbala.txt b/npc/quests/quests_umbala.txt index 596c40b98..6fc89a0cf 100644 --- a/npc/quests/quests_umbala.txt +++ b/npc/quests/quests_umbala.txt @@ -529,12 +529,12 @@ um_in,44,71,2 script Utan Shaman 4_F_UMOLDWOMAN,{ .@success = 993; //Yellow_Live break; case 2: - .@consume = 946; //Snail's_Shell + .@consume = 946; //Snails_Shell .@amount = 20; .@success = 991; //Crystal_Blue break; case 3: - .@consume = 904; //Scorpion's_Tail + .@consume = 904; //Scorpions_Tail .@amount = 20; .@success = 990; //Boody_Red break; @@ -1322,11 +1322,11 @@ OnTouch: } um_wind = 0; MISC_QUEST |= 32768; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "I am not supposed to take"; mes "what may belong to other people."; next; - mes "[" + strcharinfo(0) + "]"; + mes "[" + strcharinfo(PC_NAME) + "]"; mes "Yeah, I'm a such good person."; close2; disablenpc "#unpc"; |