Skip to content

Commit

Permalink
Further decrease the duration of Confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Mar 14, 2017
1 parent 23dd426 commit 4a33466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* General:
* Mole can now be used a second time to go back where it was first used.
* Fixed a spelling error.
* Balancing:
* Further decreased the duration of Confusion from 0.7 s. to 0.6 s.

## 0.1.7 - 08.11.15
* Balancing:
Expand Down
2 changes: 1 addition & 1 deletion src/weapon.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define DURATION_LIGHTNINGSPEED 1300
#define DURATION_FROSTWAVE 1600
#define DURATION_SHARPTURN 200
#define DURATION_CONFUSION 700
#define DURATION_CONFUSION 600
#define DURATION_MOLE 350
#define DURATION_GHOSTWALK 2100
#define DURATION_DISABLE 2600
Expand Down

0 comments on commit 4a33466

Please # to comment.