From a8a263961a2c5da8fdf0eba700d2c2b77f541d15 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 May 2020 14:52:18 -0300 Subject: Aurora's Hair: Blonde: 50% normal, 33% on her face, 17% messy --- npc/003-1/events.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index e963b0993..007cf23bc 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -66,12 +66,12 @@ OnRestore: setnpcdisplay .name$, "Aurora", NPC_FEMALE; OnInit: .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADTOP, Cap); + //setunitdata(.@npcId, UDT_HEADTOP, Cap); setunitdata(.@npcId, UDT_HEADMIDDLE, RedStockings); setunitdata(.@npcId, UDT_HEADBOTTOM, BunnyEars); //setunitdata(.@npcId, UDT_WEAPON, GMRobe); - setunitdata(.@npcId, UDT_HAIRSTYLE, 14); - setunitdata(.@npcId, UDT_HAIRCOLOR, 18); + setunitdata(.@npcId, UDT_HAIRSTYLE, any(8, 8, 8, 20, 20, 11)); + setunitdata(.@npcId, UDT_HAIRCOLOR, 7); .sex = G_FEMALE; .distance = 5; end; -- cgit v1.2.3-60-g2f50