From 5d3f2c13a521ac76768c6dabe01f1789e8e5fc5a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 Mar 2019 14:18:15 -0300 Subject: Fix sarah redudant declaration --- npc/003-1/sarah.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-1/sarah.txt') diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index e8eb55be7..c46a66c87 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -7,9 +7,6 @@ 003-1,90,144,0 script Sarah NPC_FEMALE,{ - .cake = CherryCake; - .reward = SerfHat; - function quest_completed { speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("It was so tasty, I can't eat anything more... Thank you."); @@ -85,6 +82,9 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 19); setunitdata(.@npcId, UDT_HAIRCOLOR, 16); + .cake = CherryCake; + .reward = SerfHat; + .sex = G_FEMALE; .distance = 5; end; -- cgit v1.2.3-60-g2f50