We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dd426 commit 4a33466Copy full SHA for 4a33466
NEWS.md
@@ -2,6 +2,8 @@
2
* General:
3
* Mole can now be used a second time to go back where it was first used.
4
* Fixed a spelling error.
5
+* Balancing:
6
+ * Further decreased the duration of Confusion from 0.7 s. to 0.6 s.
7
8
## 0.1.7 - 08.11.15
9
* Balancing:
src/weapon.h
@@ -17,7 +17,7 @@
17
#define DURATION_LIGHTNINGSPEED 1300
18
#define DURATION_FROSTWAVE 1600
19
#define DURATION_SHARPTURN 200
20
-#define DURATION_CONFUSION 700
+#define DURATION_CONFUSION 600
21
#define DURATION_MOLE 350
22
#define DURATION_GHOSTWALK 2100
23
#define DURATION_DISABLE 2600
0 commit comments