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

Merge branch 'BugFixes' into 'pregmod-master'

Inital twine JS mirror of Burkini/Blouse + Fixes.

See merge request !2700
parents b264dade aca1af39
No related branches found
No related tags found
1 merge request!2700Inital twine JS mirror of Burkini/Blouse + Fixes.
...@@ -1099,7 +1099,7 @@ window.isItemAccessible = function(string) { ...@@ -1099,7 +1099,7 @@ window.isItemAccessible = function(string) {
   
case 'a burqa': case 'a burqa':
case 'a burkini': case 'a burkini':
case 'a hijab and blouse': case 'a blouse and hijab':
case 'a niqab and abaya': case 'a niqab and abaya':
if (V.clothesBoughtMiddleEastern === 1 || V.continent === 'the Middle East') { if (V.clothesBoughtMiddleEastern === 1 || V.continent === 'the Middle East') {
return true; return true;
...@@ -1108,7 +1108,7 @@ window.isItemAccessible = function(string) { ...@@ -1108,7 +1108,7 @@ window.isItemAccessible = function(string) {
} }
break; break;
case 'klan robes': case 'a klan robe':
case 'a schutzstaffel uniform': case 'a schutzstaffel uniform':
case 'a slutty schutzstaffel uniform': case 'a slutty schutzstaffel uniform':
if (V.clothesBoughtPol === 1) { if (V.clothesBoughtPol === 1) {
...@@ -15995,8 +15995,8 @@ window.rulesAssistantOptions = (function() { ...@@ -15995,8 +15995,8 @@ window.rulesAssistantOptions = (function() {
["Burkini", "a burkini"], ["Burkini", "a burkini"],
["Burqa", "a burqa"], ["Burqa", "a burqa"],
["Dirndl", "a dirndl"], ["Dirndl", "a dirndl"],
["Hijab and blouse", "a hijab and blouse"], ["Hijab and blouse", "a blouse and hijab"],
["Klan robes", "klan robes"], ["Ku Klux Klan Robe", "a klan robe"],
["Lederhosen", "lederhosen"], ["Lederhosen", "lederhosen"],
["Mounty outfit", "a mounty outfit"], ["Mounty outfit", "a mounty outfit"],
["Military uniform", "a military uniform"], ["Military uniform", "a military uniform"],
...@@ -23851,11 +23851,11 @@ window.SlaveSummaryUncached = (function(){ ...@@ -23851,11 +23851,11 @@ window.SlaveSummaryUncached = (function(){
case "a niqab and abaya": case "a niqab and abaya":
r += `Niqab and abaya.`; r += `Niqab and abaya.`;
break; break;
case "klan robes": case "a klan robe":
r += `Klan robes.`; r += `Klan robe.`;
break; break;
case "a hijab and blouse": case "a blouse and hijab":
r += `Hijab and blouse.`; r += `Blouse and hijab.`;
break; break;
case "a burqa": case "a burqa":
r += `Burqa.`; r += `Burqa.`;
...@@ -139,7 +139,7 @@ window.isItemAccessible = function(string) { ...@@ -139,7 +139,7 @@ window.isItemAccessible = function(string) {
case 'a burqa': case 'a burqa':
case 'a burkini': case 'a burkini':
case 'a hijab and blouse': case 'a blouse and hijab':
case 'a niqab and abaya': case 'a niqab and abaya':
if (V.clothesBoughtMiddleEastern === 1 || V.continent === 'the Middle East') { if (V.clothesBoughtMiddleEastern === 1 || V.continent === 'the Middle East') {
return true; return true;
...@@ -148,7 +148,7 @@ window.isItemAccessible = function(string) { ...@@ -148,7 +148,7 @@ window.isItemAccessible = function(string) {
} }
break; break;
case 'klan robes': case 'a klan robe':
case 'a schutzstaffel uniform': case 'a schutzstaffel uniform':
case 'a slutty schutzstaffel uniform': case 'a slutty schutzstaffel uniform':
if (V.clothesBoughtPol === 1) { if (V.clothesBoughtPol === 1) {
......
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