Browse Source

small edits

julzor 6 years ago
parent
commit
00cf02837f
5 changed files with 7 additions and 7 deletions
  1. 1 1
      locations/Gaddvor
  2. 2 2
      locations/Gadhouse
  3. 1 1
      locations/Meadow
  4. 1 1
      locations/gadroad
  5. 2 2
      locations/gadukino

+ 1 - 1
locations/Gaddvor

@@ -66,7 +66,7 @@ if $ARGS[0]='':
 		act 'Enter the barn':minut += 1 & gt 'Gadsarai'
 		act 'Enter garden':minut += 1 & gt'Gadgarden','garden'
 		if meadow > 0 and hour >= 6 and hour < 20 and month >= 4 and month <= 10:act 'Go to the meadow':minut += 20 & gt 'Meadow', 'start'
-		act '<b>Go to the village</b>':minut += 5 & gt 'gadukino'
+		act '<b>Go to Gadukino</b>':minut += 5 & gt 'gadukino'
 
 		!removed from 1.2.5
 		if hour >= 17 and hour < 20:

+ 2 - 2
locations/Gadhouse

@@ -243,9 +243,9 @@ if $ARGS[0] = 'Main':
 
 	act 'Prepare a full meal (0:30)':gs 'food', 'm_meal'
 
-	act 'Prepare a light meal (0:20)':gs 'food', 's_meal'
+	act 'Prepare a light meal (0:25)':gs 'food', 's_meal'
 
-	act 'Have a snack (0:05)':gs 'food', 'snack'
+	act 'Have a snack (0:15)':gs 'food', 'snack'
 	
 	act 'Drink some water (0:05)':gs 'beverage', 'bev_wat'
 

+ 1 - 1
locations/Meadow

@@ -28,7 +28,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 	!125e
 
 	if MiraLoc = 2:
-		' <a href="exec: gt ''Meadow'', ''Mira''">Mira</a> is in the meadow and is spinning with a delightful smile and laughing.'
+		'<a href="exec: gt ''Meadow'', ''Mira''">Mira</a> is in the meadow and is spinning with a delightful smile and laughing.'
 	elseif Mira_no = 0:
 		temp_md = 20
 		if (meadow = 3 or meadow = 6) and sunWeather = 1:temp_md = RAND(0,20)

+ 1 - 1
locations/gadroad

@@ -26,7 +26,7 @@ end
 'A dirt road leading to the forest. You are surrounded by grainfields where the grains appear reaching all the way to the heavens.'
 
 act 'Take a detour to the field':minut += 10 & gt'gadfield','field'
-act 'Enter the woods':minut += 30 & gt'gadforest','1'
+act 'Go into the woods':minut += 30 & gt'gadforest','1'
 if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour >= 6 and hour < 22 and daybegskver ! daystart:
 	act 'Go for a run (1:00)':
 		cls

+ 2 - 2
locations/gadukino

@@ -44,7 +44,7 @@ if $ARGS[0] = '':
 
 		!125e
 		gs 'stat'
-		'<center><h2>Gadukino Village</h2></center>'
+		'<center><h2>Gadukino</h2></center>'
 
 		if month >= 4 and month <= 10:
 			if hour >= 6 and hour < 22:
@@ -160,7 +160,7 @@ if $ARGS[0] = '':
 		end
 
 		act 'Go to the river':minut += 20 & gt 'gadriver', 'start'
-		act 'Go to outskirt':minut += 20 & gt'gadroad'
+		act 'Go to forest road':minut += 20 & gt'gadroad'
 !!Succubus active hunting, can only hunt successfully once a day, but can try until success
 		if (hour <= 7 or hour >= 21) and succubusQW = 5 and suchuntday ! daystart:
 			act 'Go Hunting (this can take a lot of time)': suchunt = 1 & gt 'gadukino', 'succubus_hunt'