mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Grief: kill feed show weapon icon for impact
This commit is contained in:
@ -591,6 +591,12 @@ add_grief_score(attacker)
|
|||||||
|
|
||||||
store_damage_info(attacker, weapon, meansofdeath)
|
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 = spawnStruct();
|
||||||
self.last_griefed_by.attacker = attacker;
|
self.last_griefed_by.attacker = attacker;
|
||||||
self.last_griefed_by.weapon = weapon;
|
self.last_griefed_by.weapon = weapon;
|
||||||
|
Reference in New Issue
Block a user