|
@@ -4,7 +4,7 @@ setup.startingCharacters ??= {};
|
|
|
|
|
|
|
|
|
setup.startingCharacters.special = {
|
|
|
- parent: 'sg_starting_category',
|
|
|
+ parent: 'default',
|
|
|
time: {start:[2018,10,1,6,0]}
|
|
|
}
|
|
|
|
|
@@ -12,7 +12,10 @@ setup.startingCharacters.special_abductee = {
|
|
|
parent: 'special',
|
|
|
label: 'Abductee',
|
|
|
desc: 'You have been abducted by a man who wants to turn you into a sex slave.',
|
|
|
- passage: 'abduction_start'
|
|
|
+ passage: 'abduction_start',
|
|
|
+ housing:{
|
|
|
+ home: 'cityResidentialApartment'
|
|
|
+ },
|
|
|
}
|
|
|
|
|
|
setup.startingCharacters.special_abductee_attractive = {
|