Browse Source

[fixed] Internet time wasn't reverted after you left when using computer in library
[changed] Put some ifs into an if-elseif list because I have OCD or some shit

Kevin_Smarts 2 years ago
parent
commit
b9b47f4da3
2 changed files with 18 additions and 9 deletions
  1. 1 1
      locations/Komp.qsrc
  2. 17 8
      locations/albina_starlets.qsrc

+ 1 - 1
locations/Komp.qsrc

@@ -1837,7 +1837,7 @@ if $ARGS[0] = 'hotornot':
 end
 
 if $ARGS[0] = 'fin': 
-	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain' or $loc = 'albinahome': 
+	if $loc = 'shulga_room' or $loc = 'anushapt' or $loc = 'artemhome' or $loc = 'dachain' or $loc = 'albinahome' or $loc = 'pav_library': 
 		internet = internet_store
 		killvar 'internet_store'
 	end

+ 17 - 8
locations/albina_starlets.qsrc

@@ -402,14 +402,23 @@ if $ARGS[0] = 'starlets':
 										gs 'stat'
 										'You agree to be "nice" and Albina reluctantly hands over the money.'
 										'As you are led away, Albina looks like she is about to say something, but instead just looks at the floor, disheartened. You hear her muttering to herself about how the men can be "way too rough sometimes" while cursing her father.'
-										if AlbinaQW['StarletCustomer'] = 1:act 'Go with the Armenian': gt 'albina_starlets', 'whore1'
-										if AlbinaQW['StarletCustomer'] = 2:act 'Go with the Armenians': gt 'albina_starlets', 'whore2'
-										if AlbinaQW['StarletCustomer'] = 3:act 'Go with the young men': gt 'albina_starlets', 'whore3'
-										if AlbinaQW['StarletCustomer'] = 4:act 'Go with the black man': gt 'albina_starlets', 'whore4'
-										if AlbinaQW['StarletCustomer'] = 5:act 'Go with the black men': gt 'albina_starlets', 'whore5'
-										if AlbinaQW['StarletCustomer'] = 6:act 'Go with the man': gt 'albina_starlets', 'whore6'
-										if AlbinaQW['StarletCustomer'] = 7:act 'Go with the older man': gt 'albina_starlets', 'whore7'
-										if AlbinaQW['StarletCustomer'] = 8:act 'Go with the woman': gt 'albina_starlets', 'whore8'
+										if AlbinaQW['StarletCustomer'] = 1:
+											act 'Go with the Armenian': gt 'albina_starlets', 'whore1'
+										elseif AlbinaQW['StarletCustomer'] = 2:
+											act 'Go with the Armenians': gt 'albina_starlets', 'whore2'
+										elseif AlbinaQW['StarletCustomer'] = 3:
+											act 'Go with the young men': gt 'albina_starlets', 'whore3'
+										elseif AlbinaQW['StarletCustomer'] = 4:
+											act 'Go with the black man': gt 'albina_starlets', 'whore4'
+										elseif AlbinaQW['StarletCustomer'] = 5:
+											act 'Go with the black men': gt 'albina_starlets', 'whore5'
+										elseif AlbinaQW['StarletCustomer'] = 6:
+											act 'Go with the man': gt 'albina_starlets', 'whore6'
+										elseif AlbinaQW['StarletCustomer'] = 7:
+											act 'Go with the older man': gt 'albina_starlets', 'whore7'
+										elseif AlbinaQW['StarletCustomer'] = 8:
+											act 'Go with the woman': gt 'albina_starlets', 'whore8'
+										end
 									end
 								end
 							else