Ver código fonte

[fixed] typo and missing apostrophes

rachels 1 ano atrás
pai
commit
29ebcfe9db

+ 1 - 1
locations/booty_call_pillow_talk.qsrc

@@ -549,7 +549,7 @@ if $ARGS[0] = 'boy_topic_check':
 	if booty_call['cum_count'] >= (npc_sexdrive[$boy] / 4 * 3) and booty_call['good_for_you'] ! 1: booty_call['boy_topics'] += 1
 	if booty_call['broken_condom'] >= 1 and booty_call['broken_condom_talk'] ! 1: booty_call['boy_topics'] += 1
 !!	if booty_call['broken_condom'] >= 1 and booty_call['boy_pube_talk'] ! 1: booty_call['boy_topics'] += 1
-	if if booty_call['condom'] ! 1 and booty_call['boy_condom_rule_talk'] ! 1: booty_call['boy_topics'] += 1
+	if booty_call['condom'] ! 1 and booty_call['boy_condom_rule_talk'] ! 1: booty_call['boy_topics'] += 1
 	
 end
 

+ 5 - 5
locations/mirror.qsrc

@@ -768,7 +768,7 @@ if $ARGS[0] = 'd_bag_mirror':
 	if pcs_hairbsh = 0: '<a href="exec: pcs_hairbsh = 1 & gs ''stat'' & gs ''din_bad'', ''d_bag''">Brush your hair</a>'
 	if salfetka > 0 and pcs_makeup ! 1 and cosmetic_tattoo = 0: '<center><a href="exec: salfetka -= 1 & pcs_makeup = 1 & gt ''mirror'', ''d_bag_mirror''"><b>Remove your makeup</b></a>'
 	if kosmetitka > 0 and pcs_makeup = 1:
-		'<a href="exec: minut += 3 & gs 'exp_gain', 'makupskl', rand(1,3) & pcs_makeup = 2 & kosmetitka -= 1 & gt ''mirror'', ''d_bag_mirror''"><b>Put on light makeup</b></a>'
+		'<a href="exec: minut += 3 & gs ''exp_gain'', ''makupskl'', rand(1,3) & pcs_makeup = 2 & kosmetitka -= 1 & gt ''mirror'', ''d_bag_mirror''"><b>Put on light makeup</b></a>'
 		!!Remove this coment and uncomment the next line to restore the ability to put on any typ of makeup
 		!!'<center><a href="exec: gt ''mirror'', ''kosmetitka_apply'' "><b>Put on makeup</b></a></center>'
 	elseif salfetka > 0 and pcs_makeup = 0 and ((makeupSetting = 1 and kosmetitka >= 1) or (makeupSetting = 2 and kosmetitka >= 2) or (makeupSetting = 3 and kosmetitka >= 3) or (makeupSetting = 4 and kosmetitka >= 3)):
@@ -788,10 +788,10 @@ if $ARGS[0] = 'kosmetitka_apply':
 	'<td cellspacing="0" cellpadding="0" valign="top">'
 	gs 'stat'
 
-	if kosmetitka >= 1: '<a href="exec: minut += 3 & gs 'exp_gain', 'makupskl', rand(1,3) & pcs_makeup = 2 & kosmetitka -= 1 & gt ''mirror'', ''d_bag_mirror''"><b>Light make-up</b></a>'
-	if kosmetitka >= 2: '<a href="exec: minut += 5 & gs 'exp_gain', 'makupskl', rand(1,3) & pcs_makeup = 3 & kosmetitka -= 2 & gt ''mirror'', ''d_bag_mirror''"><b>Natural make-up</b></a>'
-	if kosmetitka >= 3: '<a href="exec: minut += 10 & gs 'exp_gain', 'makupskl', rand(1,3) & pcs_makeup = 4 & kosmetitka -= 3 & gt ''mirror'', ''d_bag_mirror''"><b>Heavy make-up</b></a>'
-	if kosmetitka >= 4: '<a href="exec: minut += 10 & gs 'exp_gain', 'makupskl', rand(1,3) & pcs_makeup = 6 & kosmetitka -= 3 & gt ''mirror'', ''d_bag_mirror''"><b>Bimbo make-up</b></a>'
+	if kosmetitka >= 1: '<a href="exec: minut += 3 & gs ''exp_gain'', ''makupskl'', rand(1,3) & pcs_makeup = 2 & kosmetitka -= 1 & gt ''mirror'', ''d_bag_mirror''"><b>Light make-up</b></a>'
+	if kosmetitka >= 2: '<a href="exec: minut += 5 & gs ''exp_gain'', ''makupskl'', rand(1,3) & pcs_makeup = 3 & kosmetitka -= 2 & gt ''mirror'', ''d_bag_mirror''"><b>Natural make-up</b></a>'
+	if kosmetitka >= 3: '<a href="exec: minut += 10 & gs ''exp_gain'', ''makupskl'', rand(1,3) & pcs_makeup = 4 & kosmetitka -= 3 & gt ''mirror'', ''d_bag_mirror''"><b>Heavy make-up</b></a>'
+	if kosmetitka >= 4: '<a href="exec: minut += 10 & gs ''exp_gain'', ''makupskl'', rand(1,3) & pcs_makeup = 6 & kosmetitka -= 3 & gt ''mirror'', ''d_bag_mirror''"><b>Bimbo make-up</b></a>'
 	'</td></tr></table></center>'
 	act 'Finish': gt 'mirror', 'd_bag_mirror'
 end

+ 4 - 4
locations/telefon.qsrc

@@ -1543,7 +1543,7 @@ if $ARGS[0] = 'Phone_camera':
 	$telefon['body'] = '<font size=6>Camera</font><br>
 	<img src="images/system/phone/theme/<<$phonetheme_name[pcs_phonetheme]>>/icon_camera.png" height="80" width="80"><br><br>'
 	!! Take a selfie depending on which clothes you are wearing
-	$telefon['body'] += '<a href="exec:gs 'exp_gain', 'photoskl', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'' "><b>Take a selfie</b></a><br>'
+	$telefon['body'] += '<a href="exec:gs ''exp_gain'', ''photoskl'', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'' "><b>Take a selfie</b></a><br>'
 	!! Flashing selfie
 	if $clothingworntype ! 'nude' and $phone_loc <> '':
 		if Enable_Android = 1:
@@ -1552,13 +1552,13 @@ if $ARGS[0] = 'Phone_camera':
 			locIndex = arrpos(1, '$selfieLoc', $phone_loc)
 		end
 		if (pcs_inhib >= 35 or exhibitionist_lvl > 0 or $phone_loc = 'bedroom') and dyneval("result = <<selfieTitflash[locIndex]>>") > 0:
-			$telefon['body'] += '<a href="exec:gs 'exp_gain', 'photoskl', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''tits'' "><b>Flash your tits for a selfie</b></a><br>'
+			$telefon['body'] += '<a href="exec:gs ''exp_gain'', ''photoskl'', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''tits'' "><b>Flash your tits for a selfie</b></a><br>'
 		end
 		if (exhibitionist_lvl > 0 or $phone_loc = 'bedroom') and dyneval("result = <<selfieAssflash[locIndex]>>") > 0:
-			$telefon['body'] += '<a href="exec:gs 'exp_gain', 'photoskl', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''ass'' "><b>Flash your ass for a selfie</b></a><br>'
+			$telefon['body'] += '<a href="exec:gs ''exp_gain'', ''photoskl'', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''ass'' "><b>Flash your ass for a selfie</b></a><br>'
 		end
 		if (exhibitionist_lvl > 1 or $phone_loc = 'bedroom') and dyneval("result = <<selfiePussyflash[locIndex]>>") > 0:
-			$telefon['body'] += '<a href="exec:gs 'exp_gain', 'photoskl', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''pussy'' "><b>Flash your pussy for a selfie</b></a><br>'
+			$telefon['body'] += '<a href="exec:gs ''exp_gain'', ''photoskl'', 1 & gs ''telefon'', ''Phone_camera_selfie'', ''<<$phone_loc>>'', ''pussy'' "><b>Flash your pussy for a selfie</b></a><br>'
 		end
 	end
 	dynamic $telefon['print']