Browse Source

[fixed] sleeping/napping drunk in gadukino should no longer crash the game

anjuna krokus 1 month ago
parent
commit
0378d9e1fd
2 changed files with 5 additions and 0 deletions
  1. 1 0
      locations/homes_properties_attr.qsrc
  2. 4 0
      locations/saveupdater.qsrc

+ 1 - 0
locations/homes_properties_attr.qsrc

@@ -138,6 +138,7 @@ if ARRSIZE('home_name') < 4:
 	$home_name['gadbana'] = 'grandparents_house'
 	$home_name['gadgarden'] = 'grandparents_house'
 	$home_name['gadhouse'] = 'grandparents_house'
+	$home_name['gadsarai'] = 'grandparents_house'
 
 
 	!! CITY HOUSE

+ 4 - 0
locations/saveupdater.qsrc

@@ -2691,6 +2691,10 @@ if temp_current_save_version < 00090300:
 	if bcream_used				> 0:	drugVars['breastcream_dose']		= bcream_used			& killvar 'bcream_used'
 
 
+
+	! Adding the new room in gadukino to the home_name array:
+	$home_name['gadsarai'] = 'grandparents_house'
+
 end