Skip to content
Snippets Groups Projects
Commit acb0b6d0 authored by Pregmodder's avatar Pregmodder
Browse files

further revisions

parent bbbbee99
No related branches found
No related tags found
1 merge request!8504revised clothing data
...@@ -258,7 +258,7 @@ App.Data.clothes = new Map([ ...@@ -258,7 +258,7 @@ App.Data.clothes = new Map([
{ {
name: "Santa dress", name: "Santa dress",
get requirements() { return V.boughtItem.clothing.costume === 1; }, get requirements() { return V.boughtItem.clothing.costume === 1; },
exposure: 1 exposure: 2
} }
], ],
...@@ -738,7 +738,7 @@ App.Data.clothes = new Map([ ...@@ -738,7 +738,7 @@ App.Data.clothes = new Map([
["a succubus outfit", ["a succubus outfit",
{ {
name: "Succubus costume", name: "Succubus costume",
exposure: 2 exposure: 3
} }
], ],
["slutty business attire", ["slutty business attire",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment