Browse Source

Merge branch 'master' of https://git.tfgames.site/netuttki/glife

Kevin_Smarts 11 months ago
parent
commit
b64da8d302
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/pet_dog.qsrc

+ 2 - 1
locations/pet_dog.qsrc

@@ -15,7 +15,7 @@ if $ARGS[0] = 'start':
 	*clr & cla
 	minut += 1
 	menu_off = 1
-	$location_type = 'privat'
+	$location_type = 'private'
 	gs 'stat'
 
 	if objects['chew'] > 0 and rand(1,10) > 5 and rex['chew_day'] ! daystart:
@@ -48,6 +48,7 @@ if $ARGS[0] = 'start':
 		'<<$rex[''name'']>> jumps up and'+iif(rex['relationship'] > 80, ' happily ', ' ')+'wags his tail when you approach. '+iif(objects['chew'] = 0, 'His old chew toy has seen better days. Maybe it''s time to buy him a new one?', '')
 	end
 
+	gs 'pet_dog', 'activities_normal'
 	act 'Leave': gt $loc, $loc_arg
 
 end