Fixed a bug which prevented a Mermaid Siren picking up a storm trident,
thanks to commanderkeen
This commit is contained in:
parent
83ab40641e
commit
d702eb7069
3 changed files with 3 additions and 1 deletions
|
@ -107,6 +107,7 @@ Version 1.3-svn:
|
|||
* added the Armageddon Drake (not used in any mainline eras)
|
||||
* added dwarvish walking corpse/soulless variations
|
||||
* added a generic macro to have a standard filter for all idle anim
|
||||
* fixed a bug which prevented a Mermaid Siren picking up a storm trident
|
||||
* user interface
|
||||
* use "Save Replay" instead of "Save Game" when asking to save a replay
|
||||
(bug #7256)
|
||||
|
|
|
@ -655,7 +655,7 @@ What would you like to wish for?"
|
|||
description= _ "This trident allows a merman to shoot electric bolts at his enemies!"
|
||||
cannot_use_message= _ "Only the mermen can use this item!"
|
||||
[filter]
|
||||
type=Mermaid Diviner,Mermaid Enchantress,Mermaid Initiate,Mermaid Priestess,Siren,Merman Entangler,Merman Fighter,Merman Hoplite,Merman Hunter,Merman Javelineer,Merman Netcaster,Merman Spearman,Merman Triton,Merman Warrior
|
||||
type=Mermaid Diviner,Mermaid Enchantress,Mermaid Initiate,Mermaid Priestess,Mermaid Siren,Merman Entangler,Merman Fighter,Merman Hoplite,Merman Hunter,Merman Javelineer,Merman Netcaster,Merman Spearman,Merman Triton,Merman Warrior
|
||||
x,y={X},{Y}
|
||||
[/filter]
|
||||
[then]
|
||||
|
|
|
@ -69,6 +69,7 @@ Version 1.3-svn:
|
|||
* Decreased the HP of the Shadow from 26 to 24.
|
||||
* Increased the HP of the Goblin Rouser from 26 to 31.
|
||||
* Increased the melee damage of the Goblin Rouser from 5-3 to 6-3.
|
||||
* Fixed a bug which prevented a Mermaid Siren picking up a storm trident.
|
||||
|
||||
* User interface
|
||||
* Users in the MP lobby can be marked as friends, and notifications received
|
||||
|
|
Loading…
Add table
Reference in a new issue