Parcourir la source

[Fixes] Wrong image name and blocked off goto commands for a location that isn't in the game yet.

VioletKitten il y a 4 ans
Parent
commit
45886f4ccf
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 5 5
      locations/NikoSlut.qsrc

+ 5 - 5
locations/NikoSlut.qsrc

@@ -1356,7 +1356,7 @@ if $ARGS[0] = 'Meal 1':
 	cumspclnt = 2
 	money -= 200
 	gs'stat'
-	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal 1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal1.jpg"></center>'
 	'You order some eggs, it doesn''t take to long until your food is ready. You get a plate of two eggs, hashbrowns, biscuit and some fruit, along with a cup hot tea. The food is better than expected.'
 	act 'Finish':gt 'NikoSlut', 'Diner Interior'
 end
@@ -1372,7 +1372,7 @@ if $ARGS[0] = 'Meal 2':
 	cumspclnt = 2
 	money -= 300
 	gs'stat'
-	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal 2.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal2.jpg"></center>'
 	'You order a burger, it doesn''t take to long until your food is ready. You get a plate with a large burger and fries, along with a cup tea. The food is better than expected.'
 	act 'Finish':gt 'NikoSlut', 'Diner Interior'
 end
@@ -1388,7 +1388,7 @@ if $ARGS[0] = 'Meal 3':
 	cumspclnt = 2
 	money -= 300
 	gs'stat'
-	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal 3.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/highway/borisdiner/food/Meal3.jpg"></center>'
 	'You order fried chicken, it doesn''t take to long until your food is ready. You get a plate of three pieces of chicken, fries and coleslaw, along with a cup tea. The food is better than expected.'
 	act 'Finish':gt 'NikoSlut', 'Diner Interior'
 end
@@ -1599,8 +1599,8 @@ if $ARGS[0] = 'Yurik In':
 	elseif NikoEv > 21 and YurikEv['Romance'] = 1:
 		'You approach Yurik and he turns to face you before giving you a smile and saying, "<<$pcs_firstname>> the love of my life. Did you stop by to pay me a visit or do you need something? Anything my kitten wants, she gets."'
 		act 'Eat with Yurik': gt 'NikoSlut', 'Yurik Dinner'
-		act 'Ask for a ride': gt 'YurikEv', 'Ride'
-		act 'Ask for some money': gt 'YurikEv', 'Money'
+!!		act 'Ask for a ride': gt 'YurikEv', 'Ride'
+!!		act 'Ask for some money': gt 'YurikEv', 'Money'
 	else
 		'You can see a Yurik laughing with the ghosts of the fallen. He tells them of how he loves to ride bikes to hell and then he actually flies in the sky before landing on a dragon, which he uses to scorch the city in flames.  <font color=#FF00FF>Pssst, you should not be seeing this message. Please report this in the Girl Life tfg/f95 forum, on our discord or directly to me, Violet Kitten.</font>'
 	end