1
0
Pārlūkot izejas kodu

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Anya 1 gadu atpakaļ
vecāks
revīzija
155bd039ed
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  1. 3 1
      locations/pav_lake_nude.qsrc

+ 3 - 1
locations/pav_lake_nude.qsrc

@@ -152,7 +152,6 @@ if temper >= 15 and month >= 5 and month <= 9:
 	if hour >= 6 and hour <= 20 and (PCloswimwear = 1 or $clothingworntype = 'nude'):
 		act 'Go swimming':
 			menu_off = 1
-			*clr & cla
 			cumspclnt = 4
 			gs 'cum_cleanup'
 			minut += 30
@@ -167,6 +166,9 @@ if temper >= 15 and month >= 5 and month <= 9:
 			if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
 			if pcs_stren < 30: stren_exp += 1
 			fat -= 1
+			pcs_makeup = 1
+			gs 'stat'
+			*clr & cla
 			if $clothingworntype = 'nude':
 				'<center><img <<$set_imgh>> src="images/pc/activities/swim/lake/swim_nude_<<rand(0,10)>>.jpg"></center>'
 				if pcs_inhib < 60:inhib_exp += rand(0,1)