Quellcode durchsuchen

[text edit] clean up ykuh

Spackled Lanturn vor 3 Jahren
Ursprung
Commit
8958ee8bec
1 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. 6 6
      locations/ykuh.qsrc

+ 6 - 6
locations/ykuh.qsrc

@@ -10,7 +10,7 @@ menu_off = 0
 gs 'stat'
 
 '<center><b><font color="maroon">Kitchen</font></b></center>'
-'<center>A well stacked kitchen containing all the necessities to make whatever meal you please.</center>'
+'<center>A well stocked kitchen containing all the necessities to make whatever meal you please.</center>'
 
 if ymanrem[6] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
 if ymanrem[6] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
@@ -21,7 +21,7 @@ if dirttarelka > 0 and fairy >= dirttarelka:
 	cltarelka += dirttarelka
 	fairy -= dirttarelka
 	dirttarelka = 0
-	'You washed the dirty dishes in the dishwasher.'
+	'You wash the dirty dishes in the dishwasher.'
 elseif fairy < dirttarelka:
 	'You can''t use the dishwasher. You have no detergent.'
 end
@@ -35,7 +35,7 @@ end
 if dirttarelka > 0:'There are <b><<dirttarelka>></b> dirty dishes in the sink. <a href="exec:dynamic $dirtarm">Wash the dishes</a>.'
 
 if fairy > 0:
-	'Under the sink is some dishwashing detergent, which is enough for <b><<fairy>></b> times.'
+	'Under the sink is some dishwashing detergent, which is enough for <b><<fairy>></b> ' + iif(fairy = 1, 'time.', 'times.')
 else
 	'<b><font color="red">You have nothing to wash dishes with. You should buy some detergent.</font></b>'
 end
@@ -44,9 +44,9 @@ if eda > 0:
 	if cltarelka = 0 or edahot > 0:$edagot = ''
 	if cltarelka > 0 and edahot = 0:$edagot = '<a href="exec:dynamic $edagotd">Cook a meal (0:30)</a>'
 
-	'There''s enough food for <b><<eda>></b> servings. <<$edagot>>'
+	'There''s enough food for <b><<eda>></b> ' + iif(eda = 1, 'serving', 'servings') + '. <<$edagot>>'
 elseif edaD = 0 and eda = 0:
-	'<b><font color="red">The fridge is empty, you have nothing to eat.</font></b>'
+	'<b><font color="red">The fridge is empty. You have nothing to eat.</font></b>'
 end
 
 act 'Leave the room':minut += 1 & gt 'ymans'
@@ -63,7 +63,7 @@ if husband > 0 and husbanday > 0 and huseatday ! daystart and eda >= 2:
 		huseatday = daystart
 		pcs_mood -= 15
 		'<center><img <<$set_imgh>> src="images/shared/home/kitchen/cook.jpg"></center>'
-		'You made some delicious food for your husband.'
+		'You make some delicious food for your husband.'
 
 		act 'Put the food on the table':gt $curloc
 	end