You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,6 +194,12 @@ public static void Main(string[] args)
177
194
shouldAddDefinition=GetAnswerOfYesNoQuestion("Add character details (age, height, etc.) to the definition of full names? Y/N");
178
195
if(shouldAddDefinition)
179
196
{
197
+
addDescriptionToDefinition=GetAnswerOfYesNoQuestion("Add character description to the definition? Y/N");
198
+
if(addDescriptionToDefinition)
199
+
{
200
+
includeSpoilersInDescription=GetAnswerOfYesNoQuestion("Include spoilers in the description? Y/N");
201
+
}
202
+
180
203
addDefinitionToOneWordNames=GetAnswerOfYesNoQuestion("Add character details (age, height, etc.) to the definition of a character's full name when it consists of a single word? Y/N");
181
204
if(addDefinitionToOneWordNames)
182
205
{
@@ -224,7 +247,7 @@ public static void Main(string[] args)
0 commit comments