Skip to content

Commit

Permalink
update freeze duration time
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v committed Jun 4, 2017
1 parent eef0f7f commit 659e235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/effects/freeze.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let Effect = require('../core/effect');

const FREEZE_DURATION = 5;
const FREEZE_DURATION = 10;
const FREEZE_SLOW_FACTOR = 2;

/**
Expand All @@ -25,4 +25,4 @@ module.exports = class Freeze extends Effect {
// Возвращаем обратно
this.applicant.speed *= FREEZE_SLOW_FACTOR;
}
};
};

0 comments on commit 659e235

Please sign in to comment.