1
0
Преглед на файлове

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

KevinSmarts преди 6 години
родител
ревизия
24416908cf
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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 ---------------------------------