소스 검색

[fixed] Screen not being cleared causing actions to remain

Kevin_Smarts 1 년 전
부모
커밋
f503cd9026
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  1. 8 2
      locations/stwork2.qsrc

+ 8 - 2
locations/stwork2.qsrc

@@ -516,16 +516,19 @@ if $ARGS[0] = 'pr2':
 	gs 'willpower', 'sex', 'resist', 'hard'
 	gs 'willpower', 'sex', 'resist', 'hard'
 	if will_cost <= pcs_willpwr:
 	if will_cost <= pcs_willpwr:
 		act 'Refuse (<<will_cost>> Willpower)':
 		act 'Refuse (<<will_cost>> Willpower)':
+			cla
+			*nl
 			'You refuse and kick him out before heading back to the main floor.'
 			'You refuse and kick him out before heading back to the main floor.'
 			gs 'willpower', 'pay', 'resist'
 			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
 			gs 'stat'
-			gt 'stwork', 'start'
+			act 'Return to the dressing room':gt 'stwork', 'start'
 		end
 		end
 	else
 	else
 		act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end	
 	end	
 
 
 	act 'Agree':
 	act 'Agree':
+		*clr & cla
 		gs 'npcgeneratec', 0, 'Private dance client', rand(20,55)
 		gs 'npcgeneratec', 0, 'Private dance client', rand(20,55)
 		'<center><video autoplay loop src="images/shared/sex/cum/facial/facial0,3.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/facial/facial0,3.mp4"></video></center>'
 		'You nod and get on your knees as the client pulls his cock out and starts jerking it. After a few seconds, he loudly grunts that he''s close and you close your eyes as warm spurts of cum start splattering across your face. It drips down your chin as he squeezes the last few drops onto your forehead.'
 		'You nod and get on your knees as the client pulls his cock out and starts jerking it. After a few seconds, he loudly grunts that he''s close and you close your eyes as warm spurts of cum start splattering across your face. It drips down your chin as he squeezes the last few drops onto your forehead.'
@@ -545,16 +548,19 @@ if $ARGS[0] = 'pr3':
 	gs 'willpower', 'sex', 'resist', 'hard'
 	gs 'willpower', 'sex', 'resist', 'hard'
 	if will_cost <= pcs_willpwr:	
 	if will_cost <= pcs_willpwr:	
 		act 'Refuse (<<will_cost>> Willpower)':
 		act 'Refuse (<<will_cost>> Willpower)':
+			cla
+			*nl
 			'You refuse and kick her out before heading back to the main floor.'
 			'You refuse and kick her out before heading back to the main floor.'
 			gs 'willpower', 'pay', 'resist'
 			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
 			gs 'stat'
-			gt 'stwork', 'start'
+			act 'Return to the dressing room':gt 'stwork', 'start'
 		end
 		end
 	else
 	else
 		act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end	
 	end	
 
 
 	act 'Agree':
 	act 'Agree':
+		*clr & cla
 		girl += 1
 		girl += 1
 		lesbian += 1
 		lesbian += 1
 		money += 1000
 		money += 1000