Skip to content
Snippets Groups Projects
Commit 469f0e7b authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 2268b2c0
No related branches found
No related tags found
1 merge request!3317Fix
...@@ -1237,6 +1237,8 @@ window.isItemAccessible = function(string) { ...@@ -1237,6 +1237,8 @@ window.isItemAccessible = function(string) {
return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1); return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1);
case 'ancient Egyptian': case 'ancient Egyptian':
return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1); return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1);
case 'pasties': /* an option in saChoosesOwnClothes.tw, but everything else (e.g. descriptions, artwork, option in wardrobeUse.tw) is missing or not hooked up correctly */
return false;
case 'massive dildo gag': case 'massive dildo gag':
return (V.toysBoughtGags === 1); return (V.toysBoughtGags === 1);
case 'a small empathy belly': case 'a small empathy belly':
...@@ -124,6 +124,8 @@ window.isItemAccessible = function(string) { ...@@ -124,6 +124,8 @@ window.isItemAccessible = function(string) {
return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1); return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1);
case 'ancient Egyptian': case 'ancient Egyptian':
return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1); return (V.arcologies[0].FSEgyptianRevivalist > 0 || V.clothesBoughtEgypt === 1);
case 'pasties': /* an option in saChoosesOwnClothes.tw, but everything else (e.g. descriptions, artwork, option in wardrobeUse.tw) is missing or not hooked up correctly */
return false;
case 'massive dildo gag': case 'massive dildo gag':
return (V.toysBoughtGags === 1); return (V.toysBoughtGags === 1);
case 'a small empathy belly': case 'a small empathy belly':
......
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