Browse Source

change bathrobe to vendor gm

Stephan Fuchs 3 months ago
parent
commit
2e9fe7ddfa
1 changed files with 3 additions and 2 deletions
  1. 3 2
      sugarcube/src/outfits/bathrobe.ts

+ 3 - 2
sugarcube/src/outfits/bathrobe.ts

@@ -6,7 +6,8 @@ setup.outfits.bathrobe = {
     subtype:"bathrobe",
     thinness: EClothesThinness.OBSCURING,
     quality: EOutfitQuality.AVERAGE,
-    vendor: 'misc',
+    vendor: 'gm',
     imagePath: 'pc/items/bathrobe.webp',
-    inhib: 5
+    inhib: 5,
+    description:'A standard white bathrobe.'
 }