Browse Source

[fixed] Felix the Felix — Today at 05:15
your fix broke things more btw
it should be 'none' or ''

Kevin_Smarts 10 months ago
parent
commit
65678fc995
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/wardrobe.qsrc

+ 1 - 1
locations/wardrobe.qsrc

@@ -564,7 +564,7 @@ if $ARGS[0] = 'default_entry_wear':
 		currentpursenumber = defpursenumber[default_entry]
 	end
 
-	if $currentpursetype = '':
+	if $currentpursetype = '' or $currentpursetype = 'none':
 		bag = 0
 	else
 		bag = 1