aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom')
-rw-r--r--Northstar.Custom/mod/resource/northstar_custom_english.txtbin6446 -> 7376 bytes
-rw-r--r--Northstar.Custom/mod/resource/northstar_custom_portuguese.txtbin5338 -> 6250 bytes
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut6
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 dbd3b106c..56f56e8df 100644
--- a/Northstar.Custom/mod/resource/northstar_custom_english.txt
+++ b/Northstar.Custom/mod/resource/northstar_custom_english.txt
Binary files differ
diff --git a/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt b/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt
index 0a7b19d23..85e915f69 100644
--- a/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt
+++ b/Northstar.Custom/mod/resource/northstar_custom_portuguese.txt
Binary files differ
diff --git a/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut b/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut
index c66fc8579..4987ee015 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<string> 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