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