diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index 8673eb8a22a117d8778a58a18fd79be880e88f9f..227180c3a0f0766826a0d182f9cc6c3b707399ff 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -655,6 +655,13 @@ window.isItemAccessible = function(string) { return false; } 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': if ((State.variables.arcologies[0].FSHedonisticDecadence > 0) || (State.variables.clothesBoughtLazyClothes === 1)) { return true;