mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-14 11:34:58 +00:00
HttT S11, 13: Remove names from monsters (#9922)
* Remove names from monsters Remove names from Water Serpent and Cuttlefish in S11, and Cuttlefish in S13. * Change speaker The name "Cuttle Fish" is removed from Cuttlefish whose ID is "Cuttle Fish." Therefore, "type=Cuttle Fish" should be used to make it speak.
This commit is contained in:
parent
db1f319b30
commit
d854cbb6ff
|
@ -421,10 +421,10 @@
|
|||
[event]
|
||||
name=turn 5
|
||||
|
||||
{NAMED_LOYAL_UNIT 4 (Water Serpent) 1 15 (Water Serpent) ( _ "Water Serpent")}
|
||||
{LOYAL_UNIT 4 (Water Serpent) 1 15}
|
||||
|
||||
#define SEA_CREATURE
|
||||
{NAMED_LOYAL_UNIT 4 (Cuttle Fish) 1 15 () ( _ "Cuttle Fish")}
|
||||
{LOYAL_UNIT 4 (Cuttle Fish) 1 15}
|
||||
#enddef
|
||||
|
||||
{SEA_CREATURE}
|
||||
|
|
|
@ -705,10 +705,10 @@ end
|
|||
y=10-15
|
||||
[/filter]
|
||||
|
||||
{NAMED_LOYAL_UNIT 5 (Cuttle Fish) 13 13 (Cuttle Fish) ( _ "Cuttle Fish")}
|
||||
{LOYAL_UNIT 5 (Cuttle Fish) 13 13}
|
||||
|
||||
[message]
|
||||
speaker=Cuttle Fish
|
||||
type=Cuttle Fish
|
||||
message= _ "Ruarrrrr!!!" # wmllint: no spellcheck
|
||||
[/message]
|
||||
[message]
|
||||
|
|
Loading…
Reference in New Issue
Block a user