Browse Source

[fixed] Wrong variable zeroed

Kevin_Smarts 2 months ago
parent
commit
8536329b49
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/komp_camgirl.qsrc

+ 2 - 2
locations/komp_camgirl.qsrc

@@ -73,7 +73,7 @@ if $ARGS[0] = 'startpage':
 		'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
 		act 'Collect your earnings and leave':
 			karta += tokenpay
-			tokens = 0
+			tokenpay = 0
 			gt 'komp_camgirl','start'
 		end
 	else
@@ -88,7 +88,7 @@ if $ARGS[0] = 'startpage':
 		act 'Turn on your webcam': gt 'komp_camgirl','waitclients'
 		act 'Collect your earnings and leave':
 			karta += tokenpay
-			tokens = 0
+			tokenpay = 0
 			gt 'komp_camgirl','start'
 		end
 	end