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:
@ -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;
|
||||
|
Reference in New Issue
Block a user