Skip to content

Commit c89e9f5

Browse files
authored
Fix GUN death cause shows twice the Instigator name
1 parent 63d1660 commit c89e9f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenDeathMessages/translations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ deathCause:
3838
burning: "{Victim.DisplayName} was burned to death"
3939
food: "{Victim.DisplayName} was starved to death"
4040
water: "{Victim.DisplayName} was dehydrated to death"
41-
gun: "{Victim.DisplayName} was shot in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknow|with a {itemName}}}"
41+
gun: "{Victim.DisplayName} was shot in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknow|with a {itemName}}}"
4242
melee: "{Victim.DisplayName} was chopped in the {Limb} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|by {DisplayName}} {Instigator:choose(null):|{Player.Player.equipment.asset:choose(null):unknow|with a {itemName}}}"
4343
zombie: "{Victim.DisplayName} was mauled by a zombie"
4444
animal: "{Victim.DisplayName} was mauled by an animal"

0 commit comments

Comments
 (0)