Skip to content

Commit

Permalink
Fix typo; tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
huzecong committed Jun 27, 2018
1 parent d158246 commit e693b2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions scripts/1/9_暑期实践.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ Final pages of this scenario are:
],
actions: [
increase("#魅力", 2),
ge("#魅力", 6).and(not(flagged("#脱单"))).then(jump("chance")).else(jump("memberfinal")),
jump("chance")
ge("#魅力", 6).and(not(flagged("#脱单"))).then(jump("chance")).else(jump("memberfinal"))
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/3/9_暑研.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Final pages of this scenario are:
"当你再次看着她时,发现,有些许醉意的她早已盯住你好久了。",
"不顾旁人的目光,她拉着你到了酒吧里一个无人的小角落。",
"“今晚曼哈顿的夜色真美!”她说。",
"鬼使神差,不停使唤地,你说:“做我女朋友好吗?”",
"鬼使神差,不听使唤地,你说:“做我女朋友好吗?”",
"她不假思索:“当然好啊!”",
"仲夏的曼哈顿,明朗的月光下,这不夜城,见证着这段美妙爱情的产生。"
]).else([
Expand Down
6 changes: 4 additions & 2 deletions scripts/4/4_毕业设计.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,13 +473,15 @@
).else(
set("$代码实现进度", "没有写代码")
)),
ge("$实验", 3).then(
ge("$实验", 4).then(
set("$实验结果", "实验结果优秀")
).else(ge("$实验", 3).then(
set("$实验结果", "实验结果较好")
).else(ge("$实验", 2).then(
set("$实验结果", "实验结果尚可")
).else(
set("$实验结果", "实验结果较差")
)),
))),
// 老师评价
ge("$实验", 4).and(ge("$论文撰写", 2)).then([
set("$最终评价", "非常满意,并推荐你参加优秀论文评选"),
Expand Down

0 comments on commit e693b2e

Please sign in to comment.