Browse Source

[fixed] missing comma

LinaHirata 5 months ago
parent
commit
add786efb3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      locations/saveupdater.qsrc

+ 4 - 2
locations/saveupdater.qsrc

@@ -2334,6 +2334,8 @@ if temp_current_save_version < 00090101:
 		gs 'shortgs', 'remove_array_element', 'nichTanya','RelationshipState'
 	end
 
+	killvar '_n_timer'
+
 	if $theme['name'] = '':
 		if night_mode = 1:
 			gs 'themes', 'set_black'
@@ -2351,9 +2353,9 @@ if temp_current_save_version < 00090101:
 			gs 'themes', 'apply_static'
 		else
 			if $location_type = 'public_outdoors' or $location_type = 'secluded' or $location_type = 'event_outdoors':
-				gs 'themes', 'apply_dynamic' 'outdoors'
+				gs 'themes', 'apply_dynamic', 'outdoors'
 			else
-				gs 'themes', 'apply_dynamic' 'indoors'
+				gs 'themes', 'apply_dynamic', 'indoors'
 			end
 		end