diff options
-rw-r--r-- | npc/003-1/sarah.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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; |