소스 검색

[fixed] different if conditions for the same action in kiosk and postoffice, also swallowed cum can't be seen from the outside

julzor 5 년 전
부모
커밋
555b437ef4
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 3 3
      locations/kiosk.qsrc
  2. 2 2
      locations/postoffice.qsrc

+ 3 - 3
locations/kiosk.qsrc

@@ -49,9 +49,9 @@ if $ARGS[0] = 'start':
 			end
 		end
 
-		if sub >= 15:
+		if exhibitionist_lvl > 0:
 			act 'Suggest a blowjob in exchange for jumping the queue':
-				if cumloc[12] = 0 and cumloc[11] = 0:
+				if and cumloc[11] = 0:
 					*clr & cla
 					pcs_throat += 1
 					gs 'npcgeneratec', 0, 'stranger from the post office', rand(19,45)
@@ -92,7 +92,7 @@ if $ARGS[0] = 'start':
 				else
 					*clr & cla
 					'<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'	
-					'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your mouth is full of sperm."</font> You stagger away from the kiosk and spend 2 hours curled up in a ball.'
+					'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your face is covered in sperm."</font> You stagger away from the kiosk and spend 2 hours curled up in a ball.'
 					minut += 120
 					gs 'pain', 4, 'tummy', 'hit'
 					gs 'stat'

+ 2 - 2
locations/postoffice.qsrc

@@ -60,7 +60,7 @@ if $ARGS[0] = 'start':
 			act 'Suggest a blowjob in exchange for jumping the queue':
 				*clr & cla
 				menu_off = 1
-				if cumloc[12] = 0 and cumloc[11] = 0:
+				if cumloc[11] = 0:
 					pcs_throat += 1
 					gs 'npcgeneratec', 0, 'stranger', rand(18,45)
 					gs 'boyStat', $npclastgenerated
@@ -106,7 +106,7 @@ if $ARGS[0] = 'start':
 				
 				else
 					'<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'						
-					'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your mouth is full of sperm."</font> You stagger away from the postoffice and spend 2 hours curled up like a ball.'
+					'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your face is covered in sperm."</font> You stagger away from the postoffice and spend 2 hours curled up like a ball.'
 					minut += 120
 					gs 'pain', 4, 'tummy', 'hit'