Skip to content
Snippets Groups Projects
Commit 9436d1bd authored by vas's avatar vas
Browse files

org

parent e78e12f7
No related branches found
No related tags found
No related merge requests found
...@@ -863,7 +863,7 @@ window.rulesAssistantOptions = (function() { ...@@ -863,7 +863,7 @@ window.rulesAssistantOptions = (function() {
} }
} }
class BehaviourSection extends List { class BehaviourSection extends Element {
constructor() { constructor() {
super() super()
this.appendChild(new LivingStandardList()) this.appendChild(new LivingStandardList())
...@@ -885,6 +885,35 @@ window.rulesAssistantOptions = (function() { ...@@ -885,6 +885,35 @@ window.rulesAssistantOptions = (function() {
} }
} }
class CosmeticSection extends Element {
constructor() {
super()
this.appendChild(EyewearList)
this.appendChild(LensesList)
this.appendChild(MakeupList)
this.appendChild(NailsList)
this.appendChild(HairLengthList)
this.appendChild(HairColourList)
this.appendChild(HairStyleList)
this.appendChild(PubicHairColourList)
this.appendChild(PubicHairStyleList)
this.appendChild(ArmpitHairColourList)
this.appendChild(ArmpitHairStyleList)
}
}
class BodyModSection extends Element {
constructor() {
super()
}
}
class SurgerySection extends Element {
constructor() {
super()
}
}
class ClothesList extends List { class ClothesList extends List {
constructor() { constructor() {
super("Clothes") super("Clothes")
...@@ -1736,22 +1765,6 @@ window.rulesAssistantOptions = (function() { ...@@ -1736,22 +1765,6 @@ window.rulesAssistantOptions = (function() {
} }
} }
class CosmeticSection extends List {
constructor() {
this.appendChild(EyewearList)
this.appendChild(LensesList)
this.appendChild(MakeupList)
this.appendChild(NailsList)
this.appendChild(HairLengthList)
this.appendChild(HairColourList)
this.appendChild(HairStyleList)
this.appendChild(PubicHairColourList)
this.appendChild(PubicHairStyleList)
this.appendChild(ArmpitHairColourList)
this.appendChild(ArmpitHairStyleList)
}
}
class EyewearList extends List { class EyewearList extends List {
constructor() { constructor() {
super("Eyewear") super("Eyewear")
......
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