1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Grief: kill feed show weapon icon for impact

This commit is contained in:
Jbleezy
2021-12-05 23:02:37 -08:00
parent 7df1c0bca6
commit 3cd43259fb

View File

@ -591,6 +591,12 @@ add_grief_score(attacker)
store_damage_info(attacker, weapon, meansofdeath)
{
// show weapon icon for impact damage
if(meansofdeath == "MOD_IMPACT")
{
meansofdeath = "MOD_UNKNOWN";
}
self.last_griefed_by = spawnStruct();
self.last_griefed_by.attacker = attacker;
self.last_griefed_by.weapon = weapon;