ソースを参照

[fixed] reduced grind in gaptek

julzor 5 年 前
コミット
2a36cb3dd0
1 ファイル変更5 行追加3 行削除
  1. 5 3
      locations/gaptek.qsrc

+ 5 - 3
locations/gaptek.qsrc

@@ -252,7 +252,7 @@ if $ARGS[0] = 'buy_condoms':
 		gap_condom_count += 1
 		gaprezikday = daystart
 		gs 'stat'
-		if npc_QW['A29'] < 3:gaogorod += gap_condom_count
+		if npc_QW['A29'] < 3:gaogorod += 5
 		$gardmess = '<center><font color="green">You bought 5 <b>Condoms</b>.</font></center><br>You pay for the condoms and quickly put them in your pocket, before anyone sees you buy them.'
 		*nl
 		gt 'gaptek', 'garden'
@@ -270,7 +270,7 @@ if $ARGS[0] = 'buy_preg_test':
 		gap_preg_count += 1
 		gapregday = daystart
 		gs 'stat'
-		if npc_QW['A29'] < 3:gaogorod += gap_preg_count
+		if npc_QW['A29'] < 3:gaogorod += 5
 		$gardmess = '<center><font color="green">You bought 1 <b>Pregnancy test</b>.</font></center><br>You pay for the pregnancy tests and quickly put them in your pocket, before anyone sees you buy them.'
 		*nl
 		gt 'gaptek', 'garden'
@@ -289,7 +289,7 @@ if $ARGS[0] = 'buy_lube':
 		gap_lub_count += 1
 		galubriday = daystart
 		gs 'stat'
-		if npc_QW['A29'] < 3:gaogorod += gap_lub_count
+		if npc_QW['A29'] < 3:gaogorod += 3
 		$gardmess = '<center><font color="green">You bought 1 <b>Lubricant</b>.</font></center><br>You pay for the lubricant and quickly put the tubes in your pocket, before anyone sees you buy them.'
 		*nl
 		gt 'gaptek', 'garden'
@@ -306,6 +306,7 @@ if $ARGS[0] = 'buy_birth_control':
 		money -= 1870
 		gap_bc_count += 1
 		gatabletkiday = daystart
+		if npc_QW['A29'] < 3:gaogorod += 5
 		gs 'stat'
 		$gardmess = '<center><font color="green">You bought 1 <b>Birth control pills</b>.</font></center><br>You pay for the birth control pills and quickly put the strips in your pocket, before anyone sees you buy them.'
 		*nl
@@ -318,6 +319,7 @@ if $ARGS[0] = 'buy_enema':
 	money -= 1250
 	$gardmess = '<center><font color="green">You bought an Enema kit</font></center><br>You pay for the enema kit and quickly ask your aunt to put it in a paper bag, before the other customers see it.'
 	*nl
+	if npc_QW['A29'] < 3:gaogorod += 10
 	gt 'gaptek', 'garden'
 end