Jelajahi Sumber

[fixed] syntax bugs

Lusticon 6 bulan lalu
induk
melakukan
f8db574b90
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      locations/home_activity.qsrc
  2. 1 1
      locations/intro_customization.qsrc

+ 1 - 1
locations/home_activity.qsrc

@@ -188,7 +188,7 @@ if $ARGS[0] = 'preg_scare':
 				'You''ve been having sex, your period is two weeks late, and you''re throwing up in the morning.'
 				'You''ve been having sex, your period is two weeks late, and you''re throwing up in the morning.'
 			elseif daystart - daylastperiod > 56:
 			elseif daystart - daylastperiod > 56:
 				'You''ve been having sex, your period is a month late, and you''re throwing up in the morning.'
 				'You''ve been having sex, your period is a month late, and you''re throwing up in the morning.'
-			else (daystart - daylastperiod > 28) and (daystart - daylastperiod <= 35):
+			elseif (daystart - daylastperiod > 28) and (daystart - daylastperiod <= 35):
 				'You''ve been having sex, your period is late, and you''re throwing up in the morning.'
 				'You''ve been having sex, your period is late, and you''re throwing up in the morning.'
 			end
 			end
 			*nl
 			*nl

+ 1 - 1
locations/intro_customization.qsrc

@@ -694,7 +694,7 @@ if $ARGS[0] = 'lip':
 	if pcs_lip = 2:$pcs_lip = 'You have plump<<$pcs_lipbalm>> lips.' & $liptalk = 'plump lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'plump lips'
 	if pcs_lip = 2:$pcs_lip = 'You have plump<<$pcs_lipbalm>> lips.' & $liptalk = 'plump lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'plump lips'
 	if pcs_lip = 3:$pcs_lip = 'You have large,<<$pcs_lipbalm>> full lips.' & $liptalk = 'full lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'full lips'
 	if pcs_lip = 3:$pcs_lip = 'You have large,<<$pcs_lipbalm>> full lips.' & $liptalk = 'full lips' & $liptalk2 = 'plump lips' & $liptalk3 = 'full lips'
 	if pcs_lip = 4:$pcs_lip = 'You have huge, thick<<$pcs_lipbalm>> lips.' & $liptalk = 'thick lips' & $liptalk2 = 'thick lips' & $liptalk3 = 'thick lips'
 	if pcs_lip = 4:$pcs_lip = 'You have huge, thick<<$pcs_lipbalm>> lips.' & $liptalk = 'thick lips' & $liptalk2 = 'thick lips' & $liptalk3 = 'thick lips'
-	'<center>Adjust the size of your lips to match your <a href="exec: view''<<func(''''$face_image'''')>>''">image</a>:</center>'
+	'<center>Adjust the size of your lips to match your <a href="exec: view func(''$face_image'')">image</a>:</center>'
 	*nl
 	*nl
 	'<center><i><<$pcs_lip>></i></center>'
 	'<center><i><<$pcs_lip>></i></center>'
 	*nl
 	*nl