diff --git a/scripts/zm/_zm_reimagined_grief.gsc b/scripts/zm/_zm_reimagined_grief.gsc index 88e23c17..9ae80f08 100644 --- a/scripts/zm/_zm_reimagined_grief.gsc +++ b/scripts/zm/_zm_reimagined_grief.gsc @@ -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;