浏览代码

Remove unused flag

geta
Fen Dweller 6 年前
父节点
当前提交
2f15fc4833
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      stories/geta-unaware.js

+ 0
- 2
stories/geta-unaware.js 查看文件

@@ -49,8 +49,6 @@
state.player.stats.suspicion = { name: "Suspicion", type: "meter", value: 0, min: 0, max: 100, color: "rgb(100,100,100)" };
state.info.time.value = 60 * 60 * 7 + 60 * 17;

state.player.flags.caught = false;

startTimer({
id: "clock",
func: state => {


正在加载...
取消
保存