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

fixed nose/ear piercing RA problems

parent 26db2cd6
No related branches found
No related tags found
No related merge requests found
......@@ -16219,7 +16219,7 @@ window.rulesAssistantOptions = (function() {
];
super("Nasal piercings", pairs);
this.setValue(current_rule.set.nosePiercing);
this.onchange = (value) => current_rule.set.earPiercing = value;
this.onchange = (value) => current_rule.set.nosePiercing = value;
}
}
 
......@@ -2300,7 +2300,7 @@ window.rulesAssistantOptions = (function() {
];
super("Nasal piercings", pairs);
this.setValue(current_rule.set.nosePiercing);
this.onchange = (value) => current_rule.set.earPiercing = value;
this.onchange = (value) => current_rule.set.nosePiercing = value;
}
}
......
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