Bladeren bron

[text edit] clean up swamp

Spackled Lanturn 3 jaren geleden
bovenliggende
commit
a791d08738
1 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 7 7
      locations/swamp.qsrc

+ 7 - 7
locations/swamp.qsrc

@@ -23,7 +23,7 @@ if $ARGS[0] = 'start':
 	end
 	*nl
 	'You are at the swamp on the far side of the woods from the village.'
-	'It can be dangerous to hike in this area, unless physically fit or have a good knowledge of the forest.'
+	'It can be dangerous to hike in this area, unless you are physically fit or have a good knowledge of the forest.'
 
 	act 'Head back to the forest (0:15)': minut += 15 & gt 'gadforest', 'forest_center'
 
@@ -69,7 +69,7 @@ if $ARGS[0] = 'stuck':
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/goswamp_nude0.'+rand(4,5)+'.jpg"></center>'
 		end
 		*nl
-		'As you walk through the swamp, you feel yourself begin to sink into the mud of the swamp with each step.'
+		'As you walk through the swamp, you feel yourself begin to sink into the mud with each step.'
 		'You know you''re so close to your destination, but you''re not sure you can make it.'
 
 		act 'Struggle':
@@ -107,7 +107,7 @@ if $ARGS[0] = 'stuck':
 						end
 					end
 					*nl
-					'Your efforts are not in vain as you begin to feel the muds hold loosen. With another burst of strength you free yourself and breathe a sigh of relief.'
+					'Your efforts are not in vain as you begin to feel the mud''s hold loosen. With another burst of strength, you free yourself and breathe a sigh of relief.'
 
 					act 'Success!':gt 'swamp_yard','start'
 				else
@@ -120,7 +120,7 @@ if $ARGS[0] = 'stuck':
 						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/goswamp_nude0.'+rand(4,5)+'.jpg"></center>'
 					end
 					*nl
-					'Your efforts are for nothing, the muds hold feels as tight as ever. In fact you feel yourself sinking even deeper.'
+					'Your efforts are for nothing. The mud''s hold feels as tight as ever. In fact, you feel yourself sinking even deeper.'
 
 					act 'Failure':gt 'swamp','stuck'
 				end
@@ -146,7 +146,7 @@ if $ARGS[0] = 'stuck':
 					act 'Success!':
 						*clr & cla
 						'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/handshelp.jpg"></center>'
-						*nl 'You hear men speaking and begin to shout louder. The voices come closer and finally, you feel strong hands grab you and drag you out to solid ground.'
+						*nl 'You hear men speaking and begin to shout louder. The voices come closer, and finally, you feel strong hands grab you and drag you out to solid ground.'
 						gs 'stat'
 
 						act 'Relax':gt 'swamp_yard','start'
@@ -169,10 +169,10 @@ if $ARGS[0] = 'stuck':
 		*nl
 		if $ARGS[1] = 'forest_edge':
 			minut += 60
-			'After an hour walking through the forest you finally see the hunters cabin ahead.'
+			'After an hour walking through the forest, you finally see the hunters cabin ahead.'
 		elseif $ARGS[1] = 'swamp':
 			minut += 15
-			'After a few mintues walking through the swamp you finally see the hunters cabin ahead.'
+			'After a few minutes walking through the swamp, you finally see the hunters cabin ahead.'
 		end
 		gs 'stat'
 		act 'Continue':gt 'swamp_yard', 'start'