diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/vincent.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index 09b9481be..890ad05d4 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -6,11 +6,6 @@ 005-1,99,105,0 script Vincent NPC_PLAYER,{ - - - .LegsID = BugLeg; - .LegsCount = 12; - .@q = getq(CandorQuest_Vincent); if (.@q == 1) goto L_CheckItems; if (.@q == 2) goto L_QuestDone; @@ -68,6 +63,9 @@ OnInit: setunitdata(.@npcId, UDT_HAIRSTYLE, 25); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); + .LegsID = BugLeg; + .LegsCount = 11; + .sex = G_MALE; .distance = 5; end; |