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)