Browse Source

[fixed] Added save updater for school group values

KevinSmarts 4 years ago
parent
commit
01408a5020
1 changed files with 10 additions and 0 deletions
  1. 10 0
      locations/saveupdater.qsrc

+ 10 - 0
locations/saveupdater.qsrc

@@ -908,5 +908,15 @@ if nerd_night_game_day ! 0: nerd_game['game_day'] = nerd_night_game_day & killva
 mastrOnce = 0
 !! ----- Other bug fixes and cleanup ----- 0.8.0
 
+!!--------0.8.0.1---school social group adjustment
+if gruptipe[9000] = 0:
+	gruptipe[9000] = 1
+	grupvalue[1] = grupvalue[1] * 10
+	grupvalue[2] = grupvalue[2] * 10
+	grupvalue[3] = grupvalue[3] * 10
+	grupvalue[4] = grupvalue[4] * 10
+end
+!!--------0.8.0.1---school social group adjustment
+
 --- saveupdater ---------------------------------