Jofthomas HF staff commited on
Commit
666df37
1 Parent(s): 1035404

revert counter bomb

Browse files
Files changed (1) hide show
  1. src/components/Game.tsx +1 -1
src/components/Game.tsx CHANGED
@@ -28,7 +28,7 @@ export function GameStateLabel(game: GameObj, me: PlayerDescription | undefined)
28
 
29
  switch (game.world.gameCycle.cycleState) {
30
  case 'Day':
31
- cycle_num+=1;
32
  if (cycle_num==1){
33
  console.log("We are exactly in day 1")
34
  }
 
28
 
29
  switch (game.world.gameCycle.cycleState) {
30
  case 'Day':
31
+
32
  if (cycle_num==1){
33
  console.log("We are exactly in day 1")
34
  }