Browse Source

[fixed] you can use your parents shampoo, when they are in gadukino, sunbathing took 5m too long

julzor 4 years ago
parent
commit
11fc2e35c8
4 changed files with 14 additions and 6 deletions
  1. 11 2
      locations/card.qsrc
  2. 2 2
      locations/gadbana.qsrc
  3. 0 1
      locations/gadriver.qsrc
  4. 1 1
      locations/stat_display.qsrc

+ 11 - 2
locations/card.qsrc

@@ -66,9 +66,18 @@ act 'Pull a card from the deck':
 end
 
 if card_deck = 0:
-	act 'Throw away your deck of vintage porn cards': vcard = 0 & vcard_trash = 1 & gt $loc
+	act 'Throw away your deck of vintage porn cards': 
+		vcard = 0
+		vcard_trash = 1
+		killvar '$card_loc'
+		gt $loc
+	end
 elseif card_deck = 1:
-	act 'Throw away your deck of new porn cards': card = 0 & gt $loc
+	act 'Throw away your deck of new porn cards': 
+		card = 0
+		killvar '$card_loc'
+		gt $loc
+	end
 end
 
 

+ 2 - 2
locations/gadbana.qsrc

@@ -118,9 +118,9 @@ if mira = 0:
 	end
 	*nl
 
-	if shampoo > 0:
+	if shampoo > 0 or (indorf = 1 and home_owned[2] = 1):
 		act 'Wash your body (0:25)':
-			cls
+			*clr & cla
 			menu_off = 1
 			minut += 25
 			dynamic $showerdin

+ 0 - 1
locations/gadriver.qsrc

@@ -488,7 +488,6 @@ if $ARGS[0] = 'gadbitch':
 
 								act 'Finish': gt'gadriver', 'gadbitch'
 							else
-								minut += 5
 								gt'gadriver', 'gadbitch'
 							end
 						end

+ 1 - 1
locations/stat_display.qsrc

@@ -131,7 +131,7 @@ else
 		if karta >= 0:
 			$stat_msg += ', Bank: <b><<karta>> ₽</b>'
 		else
-			$stat_msg += '<font color="red">Your bank account is overdrawn by <b><<karta>> ₽</b>!!</font>'
+			$stat_msg += '<font color="red"> Your bank account is overdrawn by <b><<karta>> ₽</b>!!</font>'
 		end
 	end
 end