1
0
Quellcode durchsuchen

[fixed?] Error that might be from line split but honestly don't know

Kevin_Smarts vor 3 Monaten
Ursprung
Commit
ab33e2ce62
1 geänderte Dateien mit 1 neuen und 7 gelöschten Zeilen
  1. 1 7
      locations/prostitution_functions.qsrc

+ 1 - 7
locations/prostitution_functions.qsrc

@@ -408,13 +408,7 @@ if $ARGS[0] = 'work_clothes':
 end
 
 if $ARGS[0] = 'is_default':
-	RESULT = prostitute['clothingwornnumber'] = clothingwornnumber _ 
-			 and prostitute['shoewornnumber']     = shoewornnumber _ 
-			 and prostitute['currentpursenumber'] = currentpursenumber _ 
-			 and prostitute['coatwornnumber']     = coatwornnumber _ 
-			and (prostitute['bodysuitwornnumber'] = bodysuitwornnumber _ 
-			 or (prostitute['pantywornnumber']    = pantywornnumber _ 
-			 and prostitute['brawornnumber']      = brawornnumber))
+	RESULT = prostitute['clothingwornnumber'] = clothingwornnumber and prostitute['shoewornnumber'] = shoewornnumber and prostitute['currentpursenumber'] = currentpursenumber and prostitute['coatwornnumber'] = coatwornnumber and (prostitute['bodysuitwornnumber'] = bodysuitwornnumber or (prostitute['pantywornnumber'] = pantywornnumber and prostitute['brawornnumber'] = brawornnumber))
 end