1
0
Pārlūkot izejas kodu

[changed] Moved the underwear from the boutique to a new shop

KevinSmarts 4 gadi atpakaļ
vecāks
revīzija
9d6a490ed3
4 mainītis faili ar 96 papildinājumiem un 71 dzēšanām
  1. 1 0
      glife.qproj
  2. 88 0
      locations/lusso.qsrc
  3. 1 68
      locations/moncheri.qsrc
  4. 6 3
      locations/torgcentr.qsrc

+ 1 - 0
glife.qproj

@@ -752,6 +752,7 @@
 		<Location name="burgerWork"/>
 		<Location name="BurgerTip"/>
 		<Location name="moncheri"/>
+		<Location name="lusso"/>
 		<Location name="butoilet"/>
 		<Location name="cfnm"/>
 		<Location name="club"/>

+ 88 - 0
locations/lusso.qsrc

@@ -0,0 +1,88 @@
+# lusso
+
+if $ARGS[0] = 'start':
+	$metka = $ARGS[0]
+	$loc = $CURLOC
+    $location_type = 'public_indoors'
+	$menu_loc = 'lusso'
+	$menu_arg = 'start'
+	menu_off = 0
+	*clr & cla
+	mag = 1
+	gs 'stat'
+	gs 'themes', 'indoors'
+	'<center><b><font color="maroon">Lusso Intimo</font></b></center>'
+	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/lusso/lusso.jpg"></center>'
+	*nl
+	'The décor is bright and modern the flowers are real and the dressers made with expensive woods.'
+	'This is clearly a high end underwear shop. Just knowing you are wearing these will make you stand out more and they will feel so nice you might never want to go back to wearing the cheap ill fitting underwear you used to have to put up with. That is of course assuming you can afford the prices here.'
+	act 'View panties': minut += 5 & gt 'lusso', 'panties'
+
+	act 'View bras': minut += 5 & gt 'lusso', 'bras'
+end
+
+if $ARGS[0] = 'panties':
+	$metka = 'panties'
+	$loc = 'lusso'
+	$menu_loc = 'lusso'
+	$menu_arg = 'panties'
+	menu_off = 0
+	*clr & cla
+	gs'stat'
+
+	act 'Return': minut += 1 & gt 'lusso', 'start'
+
+	i = 1
+
+	:loopboutique_panties
+		if boutique_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''lusso'', ''panties2''"><img src="images/pc/panties/boutique/<<i>>.jpg" 	height="150" /></a> '
+		i += 1
+	if i <= 82:jump 'loopboutique_panties'
+end
+
+if $ARGS[0] = 'panties2':
+	cla
+	menu_off = 1
+	if boutique_panties[i] ! 0:
+		msg 'You already own these panties.'
+		gt 'lusso', 'panties'
+	end
+
+	gt 'panties', 'view_panty_item', 'shop', 'boutique',i, 1000
+
+end
+
+if $ARGS[0] = 'bras':
+	$metka = 'bras'
+	$loc = 'lusso'
+	$menu_loc = 'lusso'
+	$menu_arg = 'bras'
+	menu_off = 0
+	*clr & cla
+	gs'stat'
+
+	act 'Return': minut += 1 & gt 'lusso', 'start'
+
+	i = 1
+
+	:loopboutique_bras
+		if boutique_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''lusso'', ''bras2''"><img src="images/pc/bras/boutique/<<i>>.jpg" 	height="150" /></a> '
+		i += 1
+	if i <= 33:jump 'loopboutique_bras'
+end
+
+if $ARGS[0] = 'bras2':
+	cla
+	menu_off = 1
+	if boutique_bras[i] ! 0:
+		msg 'You already own these bras.'
+		gt 'lusso', 'bras'
+	end
+
+	gt 'bras', 'view_bra_item', 'shop', 'boutique',i, 1000
+
+end
+
+
+--- lusso ---------------------------------
+

+ 1 - 68
locations/moncheri.qsrc

@@ -1,6 +1,5 @@
 # moncheri
 
-
 if $ARGS[0] = 'start':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
@@ -42,16 +41,12 @@ if $ARGS[0] = 'start':
 		end
 	end
 
-	'The boutique sells designer winter coats, formal clothing, beautiful shoes, expensive underwear and exquisite handbags.'
+	'The boutique sells designer winter coats, formal clothing, beautiful shoes and exquisite handbags.'
 
 	act 'Leave the boutique': minut += 3 & gt 'torgcentr'
 	
 	act 'View clothing': minut += 5 & gt 'moncheri', 'clothes'
 
-	act 'View panties': minut += 5 & gt 'moncheri', 'panties'
-
-	act 'View bras': minut += 5 & gt 'moncheri', 'bras'
-
 	act 'View shoes': minut += 5 & gt 'moncheri', 'shoes'
 
 	act 'View purses': minut += 5 & gt 'moncheri', 'purses'
@@ -113,68 +108,6 @@ if $ARGS[0] = 'formal':
 
 end
 
-if $ARGS[0] = 'panties':
-	$metka = 'panties'
-	$loc = 'moncheri'
-	$menu_loc = 'moncheri'
-	$menu_arg = 'panties'
-	menu_off = 0
-	*clr & cla
-	gs'stat'
-
-	act 'Return': minut += 1 & gt 'moncheri', 'start'
-
-	i = 1
-
-	:loopboutique_panties
-		if boutique_panties[i] = 0:*p '<a href="exec: i = <<i>> & gt ''moncheri'', ''panties2''"><img src="images/pc/panties/boutique/<<i>>.jpg" 	height="150" /></a> '
-		i += 1
-	if i <= 82:jump 'loopboutique_panties'
-end
-
-if $ARGS[0] = 'panties2':
-	cla
-	menu_off = 1
-	if boutique_panties[i] ! 0:
-		msg 'You already own these panties.'
-		gt 'moncheri', 'panties'
-	end
-
-	gt 'panties', 'view_panty_item', 'shop', 'boutique',i, 1000
-
-end
-
-if $ARGS[0] = 'bras':
-	$metka = 'bras'
-	$loc = 'moncheri'
-	$menu_loc = 'moncheri'
-	$menu_arg = 'bras'
-	menu_off = 0
-	*clr & cla
-	gs'stat'
-
-	act 'Return': minut += 1 & gt 'moncheri', 'start'
-
-	i = 1
-
-	:loopboutique_bras
-		if boutique_bras[i] = 0:*p '<a href="exec: i = <<i>> & gt ''moncheri'', ''bras2''"><img src="images/pc/bras/boutique/<<i>>.jpg" 	height="150" /></a> '
-		i += 1
-	if i <= 33:jump 'loopboutique_bras'
-end
-
-if $ARGS[0] = 'bras2':
-	cla
-	menu_off = 1
-	if boutique_bras[i] ! 0:
-		msg 'You already own these bras.'
-		gt 'moncheri', 'bras'
-	end
-
-	gt 'bras', 'view_bra_item', 'shop', 'boutique',i, 1000
-
-end
-
 if $ARGS[0] = 'shoes':
 	$metka = $ARGS[0]
 	$loc = $CURLOC

+ 6 - 3
locations/torgcentr.qsrc

@@ -15,12 +15,12 @@ if hour >= 8 and hour <= 20:
 	*p '<center><a href="exec: minut += 3 & gt ''pussykats'', ''start''"><img src="images/locations/city/citycenter/mall/pussycat.png"></a>'
 !! Pussy-Kats - Youth clothing shop
 		*p '   '
-	*p '<a href="exec: minut += 3 & gt ''sportShop'', ''start''"><img src="images/locations/city/citycenter/mall/sports.png"></a>'
-!! Danilovich Sporting goods - Sports shop
-		*p '   '
 	*p'<a href="exec: minut += 3 & gt ''moncheri'', ''start''"><img src="images/locations/city/citycenter/mall/moncheri.png"></a>'
 !!Mon Cheri - European style expensive boutique
 		*p '   '
+	*p'<a href="exec: minut += 3 & gt ''lusso'', ''start''"><img src="images/locations/city/citycenter/mall/lusso.png"></a>'
+!!Lusso Intimo - European style expensive underwear
+		*p '   '
 	*p '<a href="exec: minut += 3 & gt ''NewCloShop'',''start''"><img src="images/locations/city/citycenter/mall/fashionistat.png"></a>'
 !! Fashionista - Shop for designer brands
 	
@@ -28,6 +28,9 @@ if hour >= 8 and hour <= 20:
 	*nl
 	*nl
 	
+	*p '<a href="exec: minut += 3 & gt ''sportShop'', ''start''"><img src="images/locations/city/citycenter/mall/sports.png"></a>'
+!! Danilovich Sporting goods - Sports shop
+		*p '   '
 	*p '<a href="exec: minut += 3 & gt ''salon'', ''start''"><img src="images/locations/city/citycenter/mall/beautybart.png"></a>'
 !! Beauty bar - Salon
 		*p '   '