1
0
Эх сурвалжийг харах

fix `parent` of `setup.startingCharacters.special`

Stephan Fuchs 5 сар өмнө
parent
commit
6120fb46c8

+ 5 - 2
sugarcube/src/start/special/char_select.tw

@@ -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 = {