Browse Source

[fixed] wrong if condition in natbelapt

julzor 5 years ago
parent
commit
3b2eb4892d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/natbelapt.qsrc

+ 1 - 1
locations/natbelapt.qsrc

@@ -541,7 +541,7 @@ if $ARGS[0] = 'natroom':
 		if NatashaQW = 1:
 			*nl
 			nattimeleft = NatDolgDay - daystart
-			if nattimeleft <= 0:
+			if nattimeleft > 0:
 				'Natasha has promised to pay you back in <<nattimeleft>> day(s).'
 			else
 				'Natasha promised to pay you back by now, maybe you should talk to her about it.'