Browse Source

[added] block to prevent changing into prostitute outfit during school break that allowed Sveta to wear said outfit to class

Kevin_Smarts 3 months ago
parent
commit
c40b30057f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/din_van.qsrc

+ 1 - 1
locations/din_van.qsrc

@@ -710,7 +710,7 @@ $publicpan = {
 	end
 
 	!! Changing into a different outfit for prostitution
-	if prostitute['active'] = 1 and ARGS[1] ! 'no_prost':
+	if prostitute['active'] = 1 and ARGS[1] ! 'no_prost' and $loc ! 'gschool_break':
 		gs 'prostitution_functions', 'work_clothes'
 		if  prostitute['work_clothes'] = 0 and prostitute['outfit_is_set']: 
 			act 'Change into prostitute outfit': gt 'prostitution_functions', 'change_to_work', 'restroom'