increased the XP requirement of the Vampire Bat from 14 to 20
This commit is contained in:
parent
156fe6fc24
commit
7af52d0018
3 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,9 @@ Version 1.3.13+svn:
|
|||
* fixed timer bell not always playing (bug #10559)
|
||||
* it was possible to add the same track to the playlist twice which
|
||||
could lead to an infinite loop (bug #10112)
|
||||
* units:
|
||||
* balancing changes:
|
||||
* increased the XP requirement of the Vampire Bat from 14 to 20
|
||||
* user interface
|
||||
* the apple key works as shortcut modifier again (bug #10586)
|
||||
* made "Show lobby joins of friends only" the default preference
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
hitpoints=17
|
||||
movement_type=smallfly
|
||||
movement=8
|
||||
experience=14
|
||||
experience=20
|
||||
level=0
|
||||
alignment=chaotic
|
||||
advanceto=Blood Bat
|
||||
|
|
|
@ -15,6 +15,9 @@ Version 1.3.13+svn:
|
|||
* Made "Show lobby joins of friends only" the default preference.
|
||||
* New menu option added to save replays manually.
|
||||
|
||||
* Unit changes and balancing
|
||||
* Increased the XP requirement of the Vampire Bat from 14 to 20.
|
||||
|
||||
* Sound and music
|
||||
* The timer bell in MP starts when there are 20 seconds left and fades in
|
||||
gradually for 10 seconds.
|
||||
|
|
Loading…
Add table
Reference in a new issue