Browse Source

[changed] Reduced teh timer on Nat debt so you don't have to wait until end of month so much before you can have more of a free-for-all

KevinSmarts 3 years ago
parent
commit
27e7168ec1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/natbelapt.qsrc

+ 2 - 2
locations/natbelapt.qsrc

@@ -1257,7 +1257,7 @@ if $ARGS[0] = 'chat':
 			act 'Give her the money (2000 <b>₽</b>)':
 				*clr & cla
 				if NatbelQW['QWstage'] = 1: NatbelQW['QWstage'] = 2
-				if NatbelQW['MoneyGivenTimes'] < 10:
+				if NatbelQW['MoneyGivenTimes'] < 4:
 					NatbelQW['Debt'] = 2000
 					money -= 2000
 					NatbelQW['MoneyGivenTimes'] += 1
@@ -1268,7 +1268,7 @@ if $ARGS[0] = 'chat':
 					'"Thank you <<$pcs_nickname>>, you''re the best. I promise you''ll have it back within a month."'
 					act 'Stop talking': gt 'natbelapt', 'natroom'
 					act 'Keep talking': gt 'natbelapt', 'chat'
-				elseif NatbelQW['MoneyGivenTimes'] < 20:
+				elseif NatbelQW['MoneyGivenTimes'] < 7:
 					NatbelQW['Debt'] = 2000
 					money -= 2000
 					NatbelQW['MoneyGivenTimes'] += 1