Browse Source

fix typos

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

+ 2 - 2
locations/set_home.qsrc

@@ -5,7 +5,7 @@ if curr_home = 1:
 	$home_name = 'City residential apartment'
 	$home_town = 'city'
 	$home_location = 'city_residential'
-	$hone_entrance = 'korr'
+	$home_entrance = 'korr'
 elseif curr_home = 2:
 	$home_name = 'Parent''s home in Pavlovsk'
 	$home_town = 'pavlovsk'
@@ -70,7 +70,7 @@ elseif curr_home = 14:
 	$home_name = 'Grandparent''s house in Gadukino'
 	$home_town = 'gadukino'
 	$home_location = 'gaddvor'
-	$hone_entrance = 'gaddvor'
+	$home_entrance = 'gaddvor'
 end
 
 --- set_home ---------------------------------