瀏覽代碼

[fixed] syntax bugs

Lusticon 6 月之前
父節點
當前提交
f8db574b90
共有 2 個文件被更改,包括 2 次插入2 次删除
  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.'
 			elseif daystart - daylastperiod > 56:
 				'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.'
 			end
 			*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 = 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'
-	'<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
 	'<center><i><<$pcs_lip>></i></center>'
 	*nl