Browse Source

brothel.qsrc Comments added and video links changed

Nekoforce 2 years ago
parent
commit
34fdc513b5
1 changed files with 8 additions and 4 deletions
  1. 8 4
      locations/brothel.qsrc

+ 8 - 4
locations/brothel.qsrc

@@ -687,18 +687,20 @@ if $ARGS[0] = 'section1_pick':
 	$subloc = 'section1_play'
     mas_accept = $ARGS[2]
 	if (rageMeter <= 25 and mas_accept = 1):
+      	'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
 		'<font color=#'+$mas_font+'>As you wish, slut. We''ll do it your way.</font>'
 	elseif (rageMeter <= 50 and mas_accept = 1):
 		mas_accept = rand(0, 1)
 		if mas_accept = 0:
-			'<center><video autoplay loop src="images/locations/shared/brothel/slapface1.mp4"></video></center>'
+			'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/slapface1.mp4"></video></center>'
             rageMeter += 10           
 			'<font color=#'+$mas_font+'>You think you can order me around, slut? It''ll do with you what I *I* want.</font>'
 		elseif mas_accept = 1:
+            '<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
 			'<font color=#'+$mas_font+'>So, that''s how you like to play, slut? Sure, we will do that. I''ll make your cries only sweeter.</font>'
 		end
 	elseif (rageMeter >= 75 and mas_accept = 1):
-		'<center><video autoplay loop src="images/locations/shared/brothel/slapface1.mp4"></video></center>'
+		'<center><video autoplay loop src="images/locations/city/residential/sauna/sex/slapface1.mp4"></video></center>'
       	rageMeter += 10
 		'<font color=#'+$mas_font+'>You think you can order me around, slut? I''ll do with you what *I* want.</font>'
 		mas_accept = 0
@@ -1976,18 +1978,20 @@ if $ARGS[0] = 'section2_lobby':
 		if pcs_lipbalm < 1: '- apply some lipbalm.'
 		if $pantyworntype ! 'none': '- remove your panties.'
 		if $clothingworntype ! 'nude': '- strip off your clothes.'
-      	if alko > 3: - be not drunk
-      	if StrongNarkota > 0 or jointhigh > 0: - be sober
+      	if alko > 3: '- be not drunk'
+      	if StrongNarkota > 0 or jointhigh > 0: '- be sober'
 	end
 	act 'Go to the girl''s room':gt 'brothel', 'brothel_dressingroom', '2'
 	act 'Go to the reception': gt 'brothel', 'reception'
 end
       
 if $ARGS[0] = 'section2_party':
+      !!Client wants a bondage session while using drugs, PC has to use drugs during session
       act 'Return to the Lobby':gt 'brothel','section2_lobby'
 end
       
 if $ARGS[0] = 'section2_bender':
+      !!Client will drink heavily with the PC, followed by rough sex
       act 'Return to the Lobby':gt 'brothel','section2_lobby'
 end