|
@@ -535,8 +535,8 @@ gs 'npcstaticdefaults', 'body', 'model'
|
|
|
!! mod appearance NPC settings, height in cm, weight in kg
|
|
|
$npc_haircolour['A<<npctemp>>'] = 'Blonde'
|
|
|
$npc_eyecolour['A<<npctemp>>'] = 'blue'
|
|
|
-$npc_height['A<<npctemp>>'] = 160
|
|
|
-$npc_weight['A<<npctemp>>'] = 50
|
|
|
+npc_height['A<<npctemp>>'] = 160
|
|
|
+npc_weight['A<<npctemp>>'] = 50
|
|
|
$npc_img_path['A<<npctemp>>'] = 'images/characters/pushkin/maya'
|
|
|
gs 'npcstaticdefaults', 'defaults'
|
|
|
gs 'npcstaticdefaults', 'skills', 'dance', 'sport'
|
|
@@ -610,8 +610,8 @@ npc_hotcat['A<<npctemp>>'] = 6
|
|
|
!! mod appearance NPC settings, height in cm, weight in kg
|
|
|
$npc_haircolour['A<<npctemp>>'] = 'Brunette'
|
|
|
$npc_eyecolour['A<<npctemp>>'] = 'Blue'
|
|
|
-$npc_height['A<<npctemp>>'] = 145
|
|
|
-$npc_weight['A<<npctemp>>'] = 40
|
|
|
+npc_height['A<<npctemp>>'] = 145
|
|
|
+npc_weight['A<<npctemp>>'] = 40
|
|
|
$npc_img_path['A<<npctemp>>'] = 'images/characters/pushkin/gasha'
|
|
|
gs 'npcstaticdefaults', 'defaults'
|
|
|
gs 'npcstaticdefaults', 'skills', 'dance', 'sport'
|