Browse Source

[fixes] double flashing at the park during the run event, move the leave option to the top in sentence and a small text edit in MEastbed

julzor 5 years ago
parent
commit
a5aa92f170
3 changed files with 6 additions and 9 deletions
  1. 5 7
      locations/MEastbed.qsrc
  2. 0 1
      locations/parkivent.qsrc
  3. 1 1
      locations/sentence.qsrc

+ 5 - 7
locations/MEastbed.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = 'guestB':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/city/suburb/bdsm_club/bedb.jpg"></center>'
 	'Guest bedroom B'
-	act 'Go to the east wing landing':gt 'MLanding', 'east'
+	act 'Go to the east wing landing': gt 'MLanding', 'east'
 	if rand (0,100) < 3:
 		menu_off = 1
 		*clr & cla
@@ -48,8 +48,7 @@ if $ARGS[0] = 'guestB':
 		act 'Return':gt 'MEastbed', 'guestB'
 		if $BDSMrole = 's':
 			act 'Join them':
-				cla
-				*clr
+				*clr & cla
 				gs 'npcgeneratec', 0, 'pcs_dom from the Club', rand(18,45)
 				gs 'boyStat', $npclastgenerated
 				sexpartkno = 1
@@ -175,14 +174,13 @@ if $ARGS[0] = 'guestD':
 		
 		act 'Return':gt 'MEastbed', 'guestD'
 		if $BDSMrole = 's':
-			act 'watch':
-				cla
-				*clr
+			act 'Watch':
+				*clr & cla
 				'<center><video autoplay loop src="images/locations/city/suburb/bdsm_club/sex/bedrand6.mp4"></video></center>'
 				'You keep watching them, at the rough treatment the sub occasionally cries out through the gag, which only seems to annoy her dom, which gives her a smack each time and tell her to take it like a good whore.'
 				'Noticing you the dom turns and pulls out of her sub. "You come over here and show my worthless sub how to take it like a good whore."'
 
-				act 'obey':
+				act 'Obey':
 					*clr & cla
 					pcs_ass += 1
 					gs 'stat'

+ 0 - 1
locations/parkivent.qsrc

@@ -812,7 +812,6 @@ if $ARGS[0] = 'run':
 			if pcs_inhib >= 35 or exhibitionist_lvl > 0:
 				act 'Expose your breasts':			
 					*clr & cla
-					gs 'flash', 'tits', 'outdoors', 5
 					gs 'stat'
 					if rand(0,1) = 0:
 						'<center><img <<$set_imgh>> src="images/locations/shared/park/flash'+rand(3,4)+'.jpg"></center>'

+ 1 - 1
locations/sentence.qsrc

@@ -53,8 +53,8 @@ if $ARGS[0] = 'start':
 	'You are standing in the middle of the Greco-Roman inspired main courthouse for the whole St Petersburg region.'
 	'There are many statues of political and legal figures in the region going right back to a bust of Catherine the Great.'
 
-	if courthearing_date = daystart and hour >= 7 and hour < 11: act 'Go to your hearing': gt 'sentence', 'hearing'
 	act 'Leave': gt 'down'
+	if courthearing_date = daystart and hour >= 7 and hour < 11: act 'Go to your hearing': gt 'sentence', 'hearing'
 end
 
 if $ARGS[0] = 'hearing':