Skip to content
Snippets Groups Projects
Commit 94a49647 authored by klorpa's avatar klorpa
Browse files

Nite

parent 5e09bb80
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ window.isItemAccessible = function(string) { ...@@ -36,7 +36,7 @@ window.isItemAccessible = function(string) {
return (V.arcologies[0].FSRomanRevivalist > 0 || V.clothesBoughtToga === 1); return (V.arcologies[0].FSRomanRevivalist > 0 || V.clothesBoughtToga === 1);
case 'Western clothing': case 'Western clothing':
return (V.arcologies[0].FSPastoralist > 0 || V.clothesBoughtWestern === 1); return (V.arcologies[0].FSPastoralist > 0 || V.clothesBoughtWestern === 1);
case 'overalls' case 'overalls':
return (V.clothesBoughtCareer === 1 || V.clothesBoughtWestern === 1); return (V.clothesBoughtCareer === 1 || V.clothesBoughtWestern === 1);
case 'battlearmor': case 'battlearmor':
case 'a military uniform': case 'a military uniform':
......
This diff is collapsed.
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