Browse Source

[fixed] timer for Nat debt applied to wrong actions

KevinSmarts 4 years ago
parent
commit
b3bf605044
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/natbelapt.qsrc

+ 2 - 2
locations/natbelapt.qsrc

@@ -1265,6 +1265,8 @@ if $ARGS[0] = 'chat':
 					NatbelQW['Debt'] = 2000
 					money -= 2000
 					NatbelQW['MoneyGivenTimes'] += 1
+					!!set timer for repayment
+					NatbelQW['DebtDay'] = daystart + 30
 					gs 'stat'
 					'You get your purse and give Natasha the money.'
 					'"Thank you <<$pcs_nickname>>, you''re the best. I promise you''ll have it back within a month."'
@@ -1273,7 +1275,6 @@ if $ARGS[0] = 'chat':
 				elseif NatbelQW['MoneyGivenTimes'] < 20:
 					NatbelQW['Debt'] = 2000
 					money -= 2000
-					NatbelQW['DebtDay'] = daystart + 30
 					NatbelQW['MoneyGivenTimes'] += 1
 					gs 'stat'
 					'"Or I could uhm... I could do those things again for you to... To repay you."'
@@ -1284,7 +1285,6 @@ if $ARGS[0] = 'chat':
 				else
 					NatbelQW['Debt'] = 2000
 					money -= 2000
-					NatbelQW['DebtDay'] = daystart + 30
 					NatbelQW['MoneyGivenTimes'] += 1
 					gs 'stat'
 					'You get your purse and give Natasha the money.'