소스 검색

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 => {


불러오는 중...
취소
저장