diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/vincent.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index d74560e3e..2e772f362 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -70,7 +70,7 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 25); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); - .LegsCount = 10; + .LegsCount = 7; .sex = G_MALE; .distance = 5; |