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

Merge branch 'fixes2' into 'pregmod-master'

add check for long qipao bought

See merge request !2675
parents 23e5cb1e d4e2b851
No related branches found
No related tags found
1 merge request!2675add check for long qipao bought
...@@ -655,6 +655,13 @@ window.isItemAccessible = function(string) { ...@@ -655,6 +655,13 @@ window.isItemAccessible = function(string) {
return false; return false;
} }
break; break;
case 'a long qipao':
if ((State.variables.arcologies[0].FSChineseRevivalist > 0) || (State.variables.clothesBoughtQipao === 1)) {
return true;
} else {
return false;
}
break;
case 'stretch pants and a crop-top': case 'stretch pants and a crop-top':
if ((State.variables.arcologies[0].FSHedonisticDecadence > 0) || (State.variables.clothesBoughtLazyClothes === 1)) { if ((State.variables.arcologies[0].FSHedonisticDecadence > 0) || (State.variables.clothesBoughtLazyClothes === 1)) {
return true; return true;
......
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