Browse Source

[Fixed] City trashplace and pornstudio

Awesome 6 months ago
parent
commit
37db215357

+ 1 - 1
locations/city_trashplace.qsrc

@@ -1,4 +1,4 @@
- city_trashplace
+# city_trashplace
 $location_type = 'public_outdoors'
 
 $bomzstartqwestdi = {

+ 1 - 1
locations/model_krystal.qsrc

@@ -380,7 +380,7 @@ if $ARGS[0] = 'krystal_porn_card2':
 	'Krystal dashes off towards the locker rooms, practically skipping all the way there, leaving you alone on the empty set.'
 	act'Wait':
 		minut += 1
-		pornstudio = 2
+		pornstudio = 1
 		cla & *clr
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/portraits/krystal_b/talking/face.jpg"></center>'
 		'About a minute later, she comes skipping back and hands you a small white business card.'

+ 7 - 1
locations/saveupdater.qsrc

@@ -2318,9 +2318,15 @@ if temp_current_save_version < 00090003:
 	end
 end
 
-!!------------------------------------!!Version 0.9.1.0!!-----------------------------------------------!!
+!!------------------------------------!!Version 0.9.1.1!!-----------------------------------------------!!
+if temp_current_save_version < 00090101:
 
+if pornstudio > 1: pornstudio = 1
 
+
+
+
+end
 killvar 'temp_current_save_version'
 gs 'saveg'
 

+ 1 - 1
locations/tryndin.qsrc

@@ -31,7 +31,7 @@ if $ARGS[0] = 'stairwell_chat':
 		!this is going to go with model even if Sveta is a modelling pornstar in university
 		if hotcat >= 6 and model['status'] = 1:
 			act 'Tell him you are a Model': gt 'tryndin', 'model'
-		elseif pornstudio = 3:
+		elseif film >= 1 and pornstudio = 1:
 			act 'Tell him you are a Pornstar': gt 'tryndin', 'pornstar'
 		elseif university['student'] = 1:
 			act 'Tell him you go to the University': gt 'tryndin', 'uni_student'