Browse Source

fix money (card) stuff

rachels 3 years ago
parent
commit
211a9fcb20
1 changed files with 3 additions and 3 deletions
  1. 3 3
      locations/rasputin_host.qsrc

+ 3 - 3
locations/rasputin_host.qsrc

@@ -168,7 +168,7 @@ if $ARGS[0] = 'options':
 							'"Sure, the shows starts at 6:30 but we start to admit customers at 5:30."'
 							'"Thank you!" Nadia smiles back as she hands you the ticket.'
 							minute += 1
-							karta + bankDebtLimit -= 3000
+							karta -= 3000
 							rasputin['burlesque_ticket'] = 1
 							act	'Smile back and walk back to the entrance': gt 'rasputin_entrance'
 						end
@@ -218,7 +218,7 @@ if $ARGS[0] = 'options':
 							'"Sure, the shows starts at 10:30 but we start to admit customers at 9:30."'
 							'"Thank you!" Nadia smiles back as she hands you the ticket.'
 							minute += 1
-							karta + bankDebtLimit -= 4000
+							karta -= 4000
 							rasputin['variety_ticket'] = 1
 							act	'Smile back and walk back to the entrance': gt 'rasputin_entrance'
 						end
@@ -268,7 +268,7 @@ if $ARGS[0] = 'options':
 							'"Sure, the shows starts at 6:30 but we start to admit customers at 5:30."'
 							'"Thank you!" Nadia smiles back as she hands you the ticket.'
 							minute += 1
-							karta + bankDebtLimit -= 7000
+							karta -= 7000
 							rasputin['burlesque_ticket'] = 1
 							rasputin['variety_ticket'] = 1
 							act	'Smile back and walk back to the entrance': gt 'rasputin_entrance'