From 2ee11f2907ed69ed45d55cd5897e6b4cbd248cc8 Mon Sep 17 00:00:00 2001 From: Yifan Chen Date: Mon, 15 Jun 2015 15:33:37 +0800 Subject: [PATCH] revert the F check --- index.html | 7 +++---- model.js | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 5dce385..91b348f 100644 --- a/index.html +++ b/index.html @@ -130,11 +130,10 @@
Nikki's wardrobe. By Ivan's workshop
服装数据来自jillhx@贴吧 20150613
- Update 20150613:
+ Update 20150615:
每关的tag要求不一样,碰到F就不要去帖子里哭了,赶紧换一件连衣裙或者外套是正经,做任务的时候也要看看任务描述,人家文案好歹也写了那么多字呢。
ip君要回老家结婚去了,这两周不定期更新,只修bug不加功能,报错请去主贴
diff --git a/model.js b/model.js index dc85d5e..043603d 100644 --- a/model.js +++ b/model.js @@ -61,9 +61,10 @@ Clothes = function(csv) { this.tmpScore += total; } + /* TODO: uncomment this when F mechanism is fully understood if (this.type.needFilter() && currentLevel.filter) { currentLevel.filter.filter(this); - } + }*/ } this.tmpScore = Math.round(this.tmpScore); }