1
0
فهرست منبع

Update the prostitution location names.

netuttki 1 سال پیش
والد
کامیت
394e479bf5

+ 1 - 1
locations/cikl.qsrc

@@ -1549,7 +1549,7 @@ if ml_performance['set_lastpracticeday'] ! (daystart-1): repertoire_quality -= 2
 !!------------- Prostitution - WLife integration related stuff ------------------------------------------------
 
 !! Check if people will start to seek Sveta randomly for services, based on her reputation
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'set_pav_prost'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'set_pav_prost'
 
 
 --- cikl ---------------------------------

+ 1 - 1
locations/liam.qsrc

@@ -80,7 +80,7 @@ end
 act 'Wait':gs 'obj_din', 'wait'
 
 !-- Random prostitution solicitation check ------------------------ 
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 
 --- liam ---------------------------------

+ 1 - 1
locations/pav_commercial.qsrc

@@ -212,7 +212,7 @@ elseif npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23
 end
 
 !-- Random prostitution solicitation check ------------------------ 
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 
 --- pav_commercial ---------------------------------

+ 1 - 1
locations/pav_complex.qsrc

@@ -155,7 +155,7 @@ if $ARGS[0] = 'start':
 	gs 'camera', 'check_location'
 
 	!-- Random prostitution solicitation check ------------------------ 
-	if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+	if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 end
 

+ 1 - 1
locations/pav_industrial.qsrc

@@ -117,7 +117,7 @@ elseif npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23
 end
 
 !-- Random prostitution solicitation check ------------------------ 
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 
 --- pav_industrial ---------------------------------

+ 1 - 1
locations/pav_market.qsrc

@@ -306,7 +306,7 @@ act 'Walk to Pushkin (0:20)':minut += 20 & nroad = 19 & gt 'liam'
 gs 'camera', 'check_location'
 
 !-- Random prostitution solicitation check ------------------------ 
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 --- pav_market ---------------------------------
 

+ 1 - 1
locations/pav_park.qsrc

@@ -305,7 +305,7 @@ if $ARGS[0] = 'start':
 	gs 'camera', 'check_location'
 	
 	!-- Random prostitution solicitation check ------------------------ 
-	if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+	if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 end
 

+ 1 - 1
locations/pav_residential.qsrc

@@ -277,7 +277,7 @@ elseif npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23
 end
 
 !-- Random prostitution solicitation check ------------------------ 
-if prostitute['blocked'] = 0: gs 'prostitution_integ', 'check_solicitation_event'
+if prostitute['blocked'] = 0: gs 'prostitution_functions', 'check_solicitation_event'
 
 
 --- pav_residential ---------------------------------