Browse Source

[fixed] wrong diagnosis of the problem, fixed home_owned[2] resetting to 1 properly now

Sicaa 4 years ago
parent
commit
cd891afa15
2 changed files with 0 additions and 7 deletions
  1. 0 6
      locations/loadg.qsrc
  2. 0 1
      locations/mother.qsrc

+ 0 - 6
locations/loadg.qsrc

@@ -89,12 +89,6 @@ end
 if BuyHous = 1: home_owned[1] = 2
 if placeMansion > 0: home_owned[5] = placeMansion
 if dachaest > 0: home_owned[3] = dachaest
-if storyline = 1 and ParHomeBlock = 0:
-	home_owned[2] = 1
-elseif storyline = 1 and ParHomeBlock = 1:
-	home_owned[2] = 0
-end
-killvar 'ParHomeBlock'
 killvar 'placemansion'
 killvar 'dachaest'
 killvar 'housr'

+ 0 - 1
locations/mother.qsrc

@@ -1072,7 +1072,6 @@ end
 
 if $ARGS[0] = 'kickedout':
 	home_owned[2] = 0
-	ParHomeBlock = 1
 	minut += 15
 	gs 'stat'
 	if $ARGS[1] = 'kolka':