Explorar el Código

Fixed 3 Black screens, invalid gt and gs

Derryth_Love hace 1 año
padre
commit
dd21706447
Se han modificado 1 ficheros con 5 adiciones y 6 borrados
  1. 5 6
      locations/vasilyhome.qsrc

+ 5 - 6
locations/vasilyhome.qsrc

@@ -242,7 +242,7 @@ if $ARGS[0] = 'livingroom':
 	end
 	act 'Watch TV': gt 'vasilyhome', 'shultv'
 	if shulga_lern_count > 0 and lernHome > 0 and kanikuli = 0 and SchoolAtestat = 0 and ((week >= 6 and hour >= 10 and hour < 17) or (week = 7 and hour >= 20)):
-		act 'Do homework with Vasily': gt 'vasilyhome', 'shulga_lern'
+		act 'Do homework with Vasily': gt 'vasilyhome', 'vasily_lern'
 	end
 
 	if (week >= 6 and hour >= 10 and hour < 17 and npc_rel['A11'] >=70) or (week = 7 and hour >= 20 and npc_rel['A11'] >= 70) or (week < 5 and hour >= 20 and fame['pav_slut'] >= 150 and alko >= 1):
@@ -697,7 +697,6 @@ if $ARGS[0] = 'vasily_bazar_day':
 		bazar_day = daystart
 		bazar_count -= 1
 		if bazar_count > 0: npc_rel['A11'] +=1
-		gs 'vasilyhome', 'vasya_shulgin_rep'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
 		vasyan_textb_day = rand(0,8)
 		if vasyan_textb_day = 0: $vasyan_textb_day = ' "Life is like a Matryoshka doll", Vasily says mysteriously.<br> "What the hell is that supposed to mean?", you ask.<br> "Think about it", is all he says.<br> You roll you eyes and give him a sarcastic: "Oh, I will."'
@@ -721,7 +720,7 @@ if $ARGS[0] = 'vasily_bazar_day':
 	end
 
 	if shulga_lern_count > 0 and SchoolAtestat = 0:
-		act 'Do homework': gt 'vasilyhome', 'shulga_lern'
+		act 'Do homework': gt 'vasilyhome', 'vasily_lern'
 	end
 	act 'Ask for some alcohol': 
 		'Vasily gets up and comes back with a bottle of cold vodka from the refrigerator. He takes a big swig of it and then passes it to you.'
@@ -1100,7 +1099,7 @@ if $ARGS[0] = 'fridge':
 	if beer_count > 0 and vodka_count > 0 and sup_count > 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holod'+rand(1,3)+'.jpg"></center>'
 	*nl
 	'You open the fridge and see:<<$r_vodka>><<$r_beer>><<$r_sup>><<$r_pusto>>'
-	act 'Close the refrigerator': gt 'vasilyhome', 'kitchen'
+	act 'Close the refrigerator': gt 'vasilyhome', 'vasilykitchen'
 
 	!drink beer
 	if beer_count > 0:
@@ -1115,7 +1114,7 @@ if $ARGS[0] = 'fridge':
 			*nl
 			'You take a bottle of beer from the fridge and drink it, quenching your thirst.'
 			act 'Keep looking around': gt 'vasilyhome', 'fridge'
-			act 'Close the refriderator': gt 'vasilyhome', 'kitchen'
+			act 'Close the refriderator': gt 'vasilyhome', 'vasilykitchen'
 		end
 	end
 	!drink vodka
@@ -1169,7 +1168,7 @@ if $ARGS[0] = 'fridge':
 			pcs_breath = 0
 			'You happily eat a bowl of soup. It''s good soup,<<$serg_obr>> Sergey sure knows how to cook!'
 			act 'Keep looking around': gt 'vasilyhome', 'fridge'
-			act 'Close the refriderator': gt 'vasilyhome', 'kitchen'
+			act 'Close the refriderator': gt 'vasilyhome', 'vasilykitchen'
 		end
 	end
 end