Skip to content

Commit 4a33466

Browse files
committed
Further decrease the duration of Confusion
1 parent 23dd426 commit 4a33466

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
* General:
33
* Mole can now be used a second time to go back where it was first used.
44
* Fixed a spelling error.
5+
* Balancing:
6+
* Further decreased the duration of Confusion from 0.7 s. to 0.6 s.
57

68
## 0.1.7 - 08.11.15
79
* Balancing:

src/weapon.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define DURATION_LIGHTNINGSPEED 1300
1818
#define DURATION_FROSTWAVE 1600
1919
#define DURATION_SHARPTURN 200
20-
#define DURATION_CONFUSION 700
20+
#define DURATION_CONFUSION 600
2121
#define DURATION_MOLE 350
2222
#define DURATION_GHOSTWALK 2100
2323
#define DURATION_DISABLE 2600

0 commit comments

Comments
 (0)