aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut')
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/sh_damage_types.nut6
1 files changed, 4 insertions, 2 deletions
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