rachels пре 3 година
родитељ
комит
56270d10fa

+ 2 - 2
locations/AleksandraHome.qsrc

@@ -92,7 +92,7 @@ if $args[0] = 'library':
 						end
 						'She replies, "Definitely. I''m going to walk home now. I''ll see you in school <<$day_temp>> <<$pcs_nickname>>."'
 						'"See you <<$day_temp>> <<$npc_nickname[''A231'']>>."'
-						killvar $day_temp
+						killvar '$day_temp'
 						act 'Stay at the Commuity Center': gt 'pav_commcenter'
 					end
 				end
@@ -195,7 +195,7 @@ if $args[0] = 'library':
 						end
 						'"Definitely. I''m going to start walking home now. I''ll see you in school <<$day_temp>> <<$pcs_nickname>>," she answers'
 						'"See you <<$day_temp>> <<$npc_nickname[''A231'']>>."'
-						killvar $day_temp
+						killvar '$day_temp'
 						act 'Stay at the Commuity Center': gt 'pav_commcenter'
 					end
 				end

+ 1 - 1
locations/MagEncounterFairy.qsrc

@@ -262,7 +262,7 @@ if $ARGS[0] = 'fairychattopic':
 
 			gt 'treeCircle', $tpRand[rand(0,2)]
 
-			killvar $tpRand
+			killvar '$tpRand'
 		end
 	end
 

+ 3 - 3
locations/salon.qsrc

@@ -1255,9 +1255,9 @@ if $ARGS[0] = 'lashExtension':
 		else
 			money -= 500
 		end
-		killvar lashextensionnew
-		killvar lashextensionduration
-		killvar lashextensionstyle
+		killvar 'lashextensionnew'
+		killvar 'lashextensionduration'
+		killvar 'lashextensionstyle'
 	end
 	gs 'body_shape', 'basebeautycalc', 1
 	gs 'stat'

+ 1 - 1
locations/shop_materinstvo.qsrc

@@ -9,7 +9,7 @@ if $ARGS[0] = 'start':
 	$location_type = 'public_indoors'
 	$menu_loc = 'shop_materinstvo'
 	$menu_arg = 'start'
-	killvar $shoplocation
+	killvar '$shoplocation'
 	menu_off = 0
 	gs 'stat'
 	gs 'themes', 'indoors'