Browse Source

[fixes] Check now for pcs_exibition in saveupdater as the changed version would set it to 100 on first re-load.

KevinSmarts 6 years ago
parent
commit
24416908cf
1 changed files with 1 additions and 2 deletions
  1. 1 2
      locations/saveupdater.qsrc

+ 1 - 2
locations/saveupdater.qsrc

@@ -343,14 +343,13 @@ if $home_town = '':
 end
 
 !! exhibition to inhib
-if exhibition_to_inhib = 0:
+if pcs_exhibition ! 0:
 	pcs_inhib = pcs_exhibition
 	inhib_exp = exhibition_exp
 	inhib_lvlst = pcs_exhibition
 	inhib_lvl = pcs_exhibition
 	killvar 'pcs_exhibition'
 	killvar 'exhibition_exp'
-	exhibition_to_inhib = 1
 end
 
 --- saveupdater ---------------------------------