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

Merge branch 'fixes' into 'pregmod-master'

Fix

See merge request pregmodfan/fc-pregmod!3317
parents 82472018 469f0e7b
No related branches found
No related tags found
No related merge requests found
......@@ -1237,6 +1237,8 @@ window.isItemAccessible = function(string) {
return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1);
case 'ancient Egyptian':
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':
return (V.toysBoughtGags === 1);
case 'a small empathy belly':
......@@ -124,6 +124,8 @@ window.isItemAccessible = function(string) {
return (V.arcologies[0].FSGenderFundamentalist > 0 || V.clothesBoughtBunny === 1);
case 'ancient Egyptian':
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':
return (V.toysBoughtGags === 1);
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