From 3cd43259fb562d309a907a6cf0af8cb4ddfb87fe Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sun, 5 Dec 2021 23:02:37 -0800 Subject: [PATCH] Grief: kill feed show weapon icon for impact --- scripts/zm/_zm_reimagined_grief.gsc | 6 ++++++ 1 file changed, 6 insertions(+) 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;