Просмотр исходного кода

fix hairstyle description and confirm compatibility with GL 0.8.7

rachels 1 год назад
Родитель
Сommit
ded07a73b5
2 измененных файлов с 5 добавлено и 12 удалено
  1. 4 11
      locations/mod_IbizaCabin.qsrc
  2. 1 1
      locations/mod_Ibiza_setup.qsrc

+ 4 - 11
locations/mod_IbizaCabin.qsrc

@@ -181,22 +181,15 @@ if $args[0] = 'sleep':
 		*nl
 		'You were too tired to worry about your underwear, so for tonight you left it as is.'
 	end
-	if hscrunchw = 1:
-		*nl
-		'<<$hscrunch>>.'
-	elseif hscrunchw = 2:
-		*nl
-		'<<$hpigtail>>'
-	elseif hpingripw > 0:
-		*nl
-		'<<$hpingrip>>'
-	elseif hbraids > 0:
+
+	if $hairstyle ! '' :
 		*nl
-		'<<$hbraids>>'
+		$hairstyle
 	else
 		*nl
 		'Your hair is loose and free.'
 	end
+
 	if pcs_makeup > 1:
 		pcs_makeup = 0
 		vidageday -= 1

+ 1 - 1
locations/mod_Ibiza_setup.qsrc

@@ -11,7 +11,7 @@ $mod_info[1] = '05400'
 $mod_info[2] = 'Luccia87, Lan, Blatte, Rachels'
 !2=mod author
 
-$mod_info[3] = 'Ibiza content converted by Tendaris - fixed for GL 0.8.6'
+$mod_info[3] = 'Ibiza content converted by Tendaris - fixed for GL 0.8.7'
 !3=mod description, input a short brief here.
 
 $mod_info[4] = 'Cheat and Fonts'