瀏覽代碼

[Changed] Running to Jogging

Alaratt 3 年之前
父節點
當前提交
bde6251eee
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      locations/park_walkevents.qsrc

+ 5 - 5
locations/park_walkevents.qsrc

@@ -834,7 +834,7 @@ end
 
 if $ARGS[0] = 'run':
 	if $clothingworntype = 'danilovich' and $shoeworntype = 'danilovich' and hour > 5 and hour < 23 and daybegskver ! daystart:
-		act 'Go for a run in the park (1:00)':
+		act 'Jog through the park (1:00)':
 			*clr & cla
 			menu_off = 1
 			gs 'exercise', 'tier1', 60, 'run_exp'
@@ -843,11 +843,11 @@ if $ARGS[0] = 'run':
 			daybegskver = daystart
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
-			'You prepare yourself for a nice run in the beautiful park, pacing yourself so you last for a full hour.'
+			'You prepare yourself for a nice jog through the beautiful park, pacing yourself so you last for a full hour.'
 			act 'Finish your run':
 				cla
 				*nl
-				'You feel great after your run. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
+				'You feel great after your jogging session. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
 				act 'Continue': gt $loc, $loc_arg
 			end
 			if pcs_inhib >= 35 or exhibitionist_lvl > 0:
@@ -866,7 +866,7 @@ if $ARGS[0] = 'run':
 			end
 		end
 	elseif ($clothingworntype ! 'danilovich' or $shoeworntype ! 'danilovich') and hour > 5 and hour < 23 and daybegskver ! daystart:
-		'You could go for a run in the park if you were wearing sports clothes and shoes.'
+		'You could jog around the park if you were wearing sports clothes and shoes.'
 	end
 end
 
@@ -905,7 +905,7 @@ if $ARGS[0] = 'run_reactions':
 		end
 	end
 	*nl
-	'You feel great after your run. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
+	'You feel great after your jogging session. A bit sweaty, but also that you''ve managed to improve your stamina as you even feel a bit slimmer.'
 	act 'Finish your run': gt $loc, $loc_arg
 end