Browse Source

fix name of the home location

rachels 3 years ago
parent
commit
3620cbb782
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/din_npc.qsrc
  2. 1 1
      locations/set_home.qsrc

+ 1 - 1
locations/din_npc.qsrc

@@ -7,7 +7,7 @@
 
 if $ARGS[0] = 'go_home':
 	if curr_home = 12:
-		gt 'swampyard', 'start'		
+		gt 'swamp_yard','start'		
 	elseif $home_location = 'pav_complex':
 		gt 'pav_complex', 'start'
 	else

+ 1 - 1
locations/set_home.qsrc

@@ -59,7 +59,7 @@ elseif curr_home = 11:
 elseif curr_home = 12:
 	$home_name = 'Hunter''s lodge in Gadukino'
 	$home_town = 'gadukino'
-	$home_location = 'swampyard'
+	$home_location = 'swamp_yard'
 	$home_entrance = 'swamphouse'
 elseif curr_home = 13:
 	$home_name = 'Shared apartment in Pavlovsk'