aboutsummaryrefslogtreecommitdiff
path: root/src/ch/epfl/xblast/server/Ticks.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/ch/epfl/xblast/server/Ticks.java')
-rw-r--r--src/ch/epfl/xblast/server/Ticks.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/xblast/server/Ticks.java b/src/ch/epfl/xblast/server/Ticks.java
index 8c1e134..8793adb 100644
--- a/src/ch/epfl/xblast/server/Ticks.java
+++ b/src/ch/epfl/xblast/server/Ticks.java
@@ -12,7 +12,7 @@ public interface Ticks {
12 public static int PLAYER_INVULNERABLE_TICKS = 64; 12 public static int PLAYER_INVULNERABLE_TICKS = 64;
13 13
14 /** 14 /**
15 * Duration of 15 * Duration of the timer of a bomb.
16 */ 16 */
17 public static int BOMB_FUSE_TICKS = 100; 17 public static int BOMB_FUSE_TICKS = 100;
18 18