diff options
Diffstat (limited to 'npc/009-4')
-rw-r--r-- | npc/009-4/yumi.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/009-4/yumi.txt b/npc/009-4/yumi.txt index 4ee996626..ccc904d80 100644 --- a/npc/009-4/yumi.txt +++ b/npc/009-4/yumi.txt @@ -1,9 +1,10 @@ // TMW2 Script // Author: Jesusalva // Description: -// Joaquim's wife +// Joaquim's wife. +// TODO sprite on the bed -009-4,36,33,4 script Yumi NPC_FEMALE,{ +009-4,36,33,0 script Yumi NPC_FEMALE,{ .@q=getq(HalinarzoQuest_SickWife); if (.@q > 3) goto L_PostAid; if (.@q == 3) goto L_DoIt; @@ -49,7 +50,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); - setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots + setunitdata(.@npcId, UDT_WEAPON, CottonGloves); // Do not use boots when lying on the bed setunitdata(.@npcId, UDT_HAIRSTYLE, 10); setunitdata(.@npcId, UDT_HAIRCOLOR, 15); |