From 6a34f747d5b157d079bfb60b29f801d550b7c709 Mon Sep 17 00:00:00 2001 From: Mars Date: Thu, 23 Nov 2017 00:12:53 +0100 Subject: [PATCH] Adds log for talisman stuns --- code/game/gamemodes/cult/talisman.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/cult/talisman.dm b/code/game/gamemodes/cult/talisman.dm index 24b3a2208d2..9b0e2e9ab7e 100644 --- a/code/game/gamemodes/cult/talisman.dm +++ b/code/game/gamemodes/cult/talisman.dm @@ -249,6 +249,7 @@ target.visible_message("[target]'s holy weapon absorbs the talisman's light!", \ "Your holy weapon absorbs the blinding light!") else + add_logs(user, target, "stunned", addition="with a talisman") target.Weaken(10) target.Stun(10) target.flash_eyes(1,1)