Bladeren bron

[added] skin improvement to the saunas

julzor 4 jaren geleden
bovenliggende
commit
2a778da510
2 gewijzigde bestanden met toevoegingen van 16 en 0 verwijderingen
  1. 12 0
      locations/gLakeNude.qsrc
  2. 4 0
      locations/sauna.qsrc

+ 12 - 0
locations/gLakeNude.qsrc

@@ -359,6 +359,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'
 			if hour < 8 or hour > 22:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
@@ -399,6 +403,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'
 			'It appears to be empty at the moment.'
@@ -424,6 +432,10 @@ if $ARGS[0] = 'sauna':
 			*clr & cla
 			menu_off = 1
 			minut += 2
+			if sauna_daystart ! daystart:
+				sauna_daystart = daystart
+				pcs_skin += rand(2,4)
+			end
 			gs 'stat'			
 			if hour < 8 or hour > 22:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/secluded_beach/sauna/saunaempty.jpg"></center>'

+ 4 - 0
locations/sauna.qsrc

@@ -93,6 +93,10 @@ if $ARGS[0] = 'saunaroom':
 	menu_off = 0
 	$location_type = 'private'
 	saunaYouRoom = 1
+	if sauna_daystart ! daystart:
+		sauna_daystart = daystart
+		pcs_skin += rand(2,4)
+	end
 	gs 'stat'
 	gs 'kit_din'
 	'<center><b><font color="maroon">Room</font></b></center>'