1
0
Quellcode durchsuchen

[fixed] $mtxt not filled for family breakfast and typo in one of the mtxt lines

Kevin_Smarts vor 2 Wochen
Ursprung
Commit
d908cc6ecf
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 1
      locations/food.qsrc
  2. 1 0
      locations/kuhrPar.qsrc

+ 1 - 1
locations/food.qsrc

@@ -914,7 +914,7 @@ if $ARGS[0] = 'aftermeal':
 	elseif pcs_energy >= 40:
 		$mtxt = ' while you no longer feel like you are starving, you are still quite hungry - in fact, you could probably eat the same amount again and still have room for dessert.'
 	else
-		$mtxt = ' did nothing to appease your hunger, in fact, it only amde you want more.'
+		$mtxt = ' did nothing to appease your hunger, in fact, it only made you want more.'
 	end
 end
 

+ 1 - 0
locations/kuhrPar.qsrc

@@ -198,6 +198,7 @@ if func('homes_properties', 'can_live_here'):
 				menu_off = 1
 				breakfast_day = daystart
 				gs 'food', 'family_meals', 'breakfast'
+				gs 'food', 'aftermeal'
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/shared/food/breakfast_'+rand(0,1)+'.jpg"></center>'
 				'You enjoy a quiet breakfast by yourself. The portions were moderate and <<$mtxt>>. You accompany it with a mug of tea.'