|
@@ -3561,7 +3561,7 @@ if temp_current_save_version < 00090304:
|
|
|
|
|
|
if npc_finance[$saveupdaterVars['npcID']] = 0:
|
|
if npc_finance[$saveupdaterVars['npcID']] = 0:
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'a tracksuit'
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'a tracksuit'
|
|
- elseif npc_finance[$saveupdaterVars['npcID']] = 0:
|
|
|
|
|
|
+ elseif npc_finance[$saveupdaterVars['npcID']] = 1:
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'jeans and a ' + iif(npc_gender[$saveupdaterVars['npcID']]=0, 'sweater', 'blouse')
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'jeans and a ' + iif(npc_gender[$saveupdaterVars['npcID']]=0, 'sweater', 'blouse')
|
|
else
|
|
else
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'an expensive ' + iif(npc_gender[$saveupdaterVars['npcID']]=0, 'suit', 'dress')
|
|
$npc_outfit[$saveupdaterVars['npcID']] = 'an expensive ' + iif(npc_gender[$saveupdaterVars['npcID']]=0, 'suit', 'dress')
|