Prechádzať zdrojové kódy

[fixed] Inhib was linked to the wrong attribute and two newer attributes were not listed in the file.
Also the dick girth descriptions used in sauna were not using correct names which could lead to them not impacting arousal and stretching correctly

Kevin_Smarts 10 mesiacov pred
rodič
commit
c706e99508

+ 7 - 7
locations/city_saunawhore.qsrc

@@ -448,24 +448,24 @@ if $ARGS[0] = 'clientGate':
 
 	! customer dick size
 	if dick >= 24:
-		$dick_girth = 'a monstrous'
+		$dick_girth = 'monstrous'
 		cumVol = rand(4, 5)
 	elseif dick >= 24:
-		$dick_girth = 'a huge'
+		$dick_girth = 'massive'
 		cumVol += 1
 		cumVol = rand(3, 5)
 	elseif dick >= 20:
-		$dick_girth = 'a very big'
+		$dick_girth = 'thick'
 		cumVol = rand(2, 5)
 	elseif dick >= 16:
-		$dick_girth = 'a big'
+		$dick_girth = 'thicker than average'
 		cumVol = rand(2, 4)
 	elseif dick >= 12:
-		$dick_girth = 'a regular'
+		$dick_girth = 'well proportioned'
 		cumVol -= 1
 		cumVol = rand(1, 4)
 	else
-		$dick_girth = 'a tiny'
+		$dick_girth = 'slim'
 		cumVol -= 2
 		cumVol = rand(1, 3)
 	end
@@ -526,7 +526,7 @@ if $ARGS[0] = 'clientGate':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/sauna/room.jpg"></center>'
 	'You lead the client into your room, closing the door behind him. He sits down in the chair and stares at you with obvious lust.'
 	'He is <<$ageType>> <<$raceType>> man, and he is <<$heightType>> and <<$bodyType>>.'
-	if dick >= 16:'From the bulge in his pants, you can tell he probably has <<$dick_girth>> dick.'
+	if dick >= 16:'From the bulge in his pants, you can tell he probably has a <<$dick_girth>> dick.'
 	'He seems to be in a <<$moodType>> mood.'
 
 	if $clothingworntype = 'nude':

+ 3 - 2
locations/stat_sklattrib_lvlset.qsrc

@@ -54,7 +54,8 @@ if pcs_butt_tr < 0: pcs_butt_tr = 0
 !!$att_name[6] = 'chrsm'
 !!$att_name[7] = 'prcptn'
 !!$att_name[8] = 'magik'
-
+!!$att_name[9] = 'stren_plus'
+!!$att_name[10] = 'butt_tr'
 
 
 !!Jabs; Quick strikes that do not have much power
@@ -205,7 +206,7 @@ pool[1] = 3 & pool[2] = -1
 
 !! inhibition 
 pcs_inhib = inhib_lvl + (alko * 3) & if pcs_inhib > 100: pcs_inhib = 100
-inhib[1] = 3 & inhib[2] = -1
+inhib[1] = 6 & inhib[2] = -1
 
 !!Performance; Skill at things like acting or putting on a show
 pcs_perform = (perform_lvl + (pcs_chrsm + pcs_prcptn) / 2) / 2