Browse Source

Bug fixes

KevinSmarts 6 years ago
parent
commit
60bfb2e59c
2 changed files with 1 additions and 9 deletions
  1. 0 8
      locations/family
  2. 1 1
      locations/parks

+ 0 - 8
locations/family

@@ -62,14 +62,6 @@ if StoryLine = 1:
 				'Your sister <a href="exec:gt ''sistersleep''">Anya</a> is asleep in her bed.'
 			end
 
-			if week < 6:
-				if hour = 7:
-					sisterHere = 2
-					sisterdialog = 2
-					'Your sister <a href="exec:GT ''sister''">Anya</a> is getting ready for work.'
-				end
-			end
-
 			if week >= 6:
 				if hour >= 7 and hour < 10:
 					sisterHere = 1

+ 1 - 1
locations/parks

@@ -3,7 +3,7 @@
 if $ARGS[0] = 'start':
 	cls
 	$location_type = 'public_outdoors'
-	$metka = ''
+	$metka = 'start'
 	$loc = 'parks'
 	gs'stat'
 	'<center><B>Old Town Park</B></center>'