diff options
-rw-r--r-- | npc/019-1-1/miler.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index a95a48e59..ff655eb7d 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -172,8 +172,8 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); setunitdata(.@npcId, UDT_WEAPON, JeansShorts); - setunitdata(.@npcId, UDT_HAIRSTYLE, rand(2,15)); - setunitdata(.@npcId, UDT_HAIRCOLOR, rand(4,14)); + setunitdata(.@npcId, UDT_HAIRSTYLE, any(2,3,4,6,14,15,17,21,22,24,25,26)); + setunitdata(.@npcId, UDT_HAIRCOLOR, rand(0,20)); .sex = G_MALE; .distance = 5; |