Browse Source

brothel.qsrc finished function for action picking

Nekoforce 2 years ago
parent
commit
112e1ae33a
1 changed files with 7 additions and 7 deletions
  1. 7 7
      locations/brothel.qsrc

+ 7 - 7
locations/brothel.qsrc

@@ -676,9 +676,7 @@ if $ARGS[0] = 'section1_slave_chooses':
 	!!act '..I am so tight, I need some exercise':
 	act 'Reconsider and be quiet': gt 'brothel', 'section1_pick', '0', '0'
 end
-
-                       
-!!Fix in case of refusal after player pick
+                    
 if $ARGS[0] = 'section1_pick':
 	menu_off = 1
 	stage = 1
@@ -710,16 +708,18 @@ if $ARGS[0] = 'section1_pick':
 	end
 
 	if mas_dec = 1:
+      	'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
+      	'The client puts the small shock device on the table in the center of the room. <font color=#'+$mas_font+'>This should give you a healthy glow in no time, slut.</font>'
 		$actType = 'electricity'
 	elseif mas_dec = 2:
+      	'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
+      	'The client grabs a box full of smaller tools from a shelf and fetches a few wooden sticks. <font color=#'+$mas_font+'>Let's make your tits beatiful, slut.</font>'
 		$actType = 'titTorture'
 	elseif mas_dec = 3:
+      	'<center><video autoplay loop src="images/locations/shared/brothel/placeholder.mp4"></video></center>'
+      	'The client grabs a box full of smaller tools from a shelf, with several ropes hanging out of it. <font color=#'+$mas_font+'>Sluts like you are much more agreeable when properly tied up. Don't you think, slave?</font>'
 		$actType = 'boundPlay'
 	end
-		
-	if mas_accept = 0:
-		gt 'brothel', $subloc
-	end
 	
 	act 'Begin the session': gt 'brothel', $subloc
 end