From 2b263286512ebb1b59980f8c1f442576992323bd Mon Sep 17 00:00:00 2001 From: William Miller Date: Tue, 1 Aug 2023 20:58:10 -0300 Subject: Add missing strings for Double Barrel and Arc Cannon (#671) --- .../mod/resource/northstar_custom_english.txt | Bin 6446 -> 7376 bytes .../mod/resource/northstar_custom_portuguese.txt | Bin 5338 -> 6250 bytes .../mod/scripts/vscripts/sh_damage_types.nut | 6 ++++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Northstar.Custom/mod/resource/northstar_custom_english.txt b/Northstar.Custom/mod/resource/northstar_custom_english.txt index dbd3b106..56f56e8d 100644 Binary files a/Northstar.Custom/mod/resource/northstar_custom_english.txt and b/Northstar.Custom/mod/resource/northstar_custom_english.txt differ diff --git a/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt b/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt index 0a7b19d2..85e915f6 100644 Binary files a/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt and b/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt differ diff --git a/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut b/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut index c66fc857..4987ee01 100644 --- a/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut +++ b/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut @@ -630,7 +630,9 @@ void function DamageTypes_Init() [ eDamageSourceId.melee_titan_punch_fighter ] = "#DEATH_TITAN_MELEE", [ eDamageSourceId.melee_titan_punch_vanguard ] = "#DEATH_TITAN_MELEE", [ eDamageSourceId.melee_titan_sword ] = "#DEATH_TITAN_SWORD", - [ eDamageSourceId.melee_titan_sword_aoe ] = "#DEATH_TITAN_SWORD" + [ eDamageSourceId.melee_titan_sword_aoe ] = "#DEATH_TITAN_SWORD", + [ eDamageSourceId.mp_titanweapon_arc_cannon ] = "#WPN_TITAN_ARC_CANNON_SHORT", + [ eDamageSourceId.mp_weapon_shotgun_doublebarrel ] = "#WPN_SHOTGUN_DBLBARREL_SHORT" } #if DEV @@ -773,4 +775,4 @@ void function ReceiveNewDamageSourceIDs( array args ) for ( int i = 0; i < args.len(); i += 3 ) RegisterWeaponDamageSourceInternal( args[ i ].tointeger(), args[ i + 1 ], StringReplace( args[ i + 2 ], MESSAGE_SPACE_PADDING, " " ) ) } -#endif \ No newline at end of file +#endif -- cgit v1.2.3