소스 검색

[fixed] Bouncer thought outfits that essentially replace panties were too conservative due to not have variable added when this clothing option was added

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

+ 1 - 1
locations/city_nightclub.qsrc

@@ -27,7 +27,7 @@ if $ARGS[0] = 'start':
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/club.jpg"></center>'
 			'You tell the bouncer you are here to work for Erik'
 			'He looks you over.'
-			if pcs_makeup > 1 and pcs_sweat < 30 and (PCloSkirt > 2 or PCloPants > 4 or ($clothingworntype = 'salacious_dress' or $clothingworntype = 'salacious_outfits')):
+			if pcs_makeup > 1 and pcs_sweat < 30 and (PCloPanties = 1 or PCloSkirt > 2 or PCloPants > 4 or ($clothingworntype = 'salacious_dress' or $clothingworntype = 'salacious_outfits')):
 				minut += 5
 				'He nods and says something into his walkie-talkie. A couple of minutes later you meet Erik in the foyer.'
 				act 'Talk to him':gt 'city_nightclub', 'work'