HttT S19b Use unit for Void Armor
Use the unit instead of narrator for the Void Armor messages. This allows gender-specific messages when worn.
This commit is contained in:
parent
ecf4a1366a
commit
d8dad92bd9
1 changed files with 4 additions and 2 deletions
|
@ -219,9 +219,11 @@
|
|||
x,y={X},{Y}
|
||||
[/remove_item]
|
||||
[message]
|
||||
speaker=narrator
|
||||
speaker=$unit.id|
|
||||
image="wesnoth-icon.png"
|
||||
message= _ "$unit.name| struggles to lift and don the heavy plate. Once worn, however, it is amazingly comfortable. $unit.name| feels an increased resistance to all physical damage!"
|
||||
caption=""
|
||||
male_message= _ "$unit.name| struggles to lift and don the heavy plate. Once worn, however, it is amazingly comfortable. He feels an increased resistance to all physical damage!"
|
||||
female_message= _ "$unit.name| struggles to lift and don the heavy plate. Once worn, however, it is amazingly comfortable. She feels an increased resistance to all physical damage!"
|
||||
[/message]
|
||||
{VARIABLE armor_taken 1}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue