Browse Source

[fixed] missing default for the mother name

julzor 5 years ago
parent
commit
100a2fec21
1 changed files with 4 additions and 2 deletions
  1. 4 2
      locations/kid.qsrc

+ 4 - 2
locations/kid.qsrc

@@ -25,7 +25,8 @@ $breastfeed = {
 	'You gently lay <<$kidname[ks]>> back <<$babyloc>>.'
 	act 'Done':
 		if $pcs_mothername = '':
-			$pcs_mothername = input("What name do you wish your children to call you by?")
+			$pcs_mothername = input("What name do you wish your children to call you by? (Leave it blank for ''Mom'')")
+			if $pcs_mothername = '': $pcs_mothername = 'Mom'
 		end
 		gt 'kid', 'start'
 	end
@@ -125,7 +126,8 @@ $homework = {
 if $ARGS[0] = 'start':
 	gs 'stat'
 	if $pcs_mothername = '':
-		$pcs_mothername = input("What name do you wish your children to call you by?")
+		$pcs_mothername = input("What name do you wish your children to call you by? (Leave it blank for ''Mom'')")
+		if $pcs_mothername = '': $pcs_mothername = 'Mom'
 	end
 	act 'Leave':
 		cla