diff --git a/code/game/objects/items/weapons/stunbaton.dm b/code/game/objects/items/weapons/stunbaton.dm
index d448770cd1e..3ca5e3ca4ba 100644
--- a/code/game/objects/items/weapons/stunbaton.dm
+++ b/code/game/objects/items/weapons/stunbaton.dm
@@ -163,21 +163,6 @@
deductcharge(hitcost)
- user.attack_log += "\[[time_stamp()]\] Stunned [L.name] ([L.ckey]) with [name]"
- L.attack_log += "\[[time_stamp()]\] Stunned by [user.name] ([user.ckey]) with [name]"
- log_attack("[user.name] ([user.ckey]) stunned [L.name] ([L.ckey]) with [name]" )
-
- if(!iscarbon(user))
- L.LAssailant = null
- else
- L.LAssailant = user
-
- if(bcell.charge < hitcost)
- status = 0
- update_icon()
-
- add_fingerprint(user)
-
/obj/item/weapon/melee/baton/throw_impact(atom/hit_atom)
. = ..()
if (prob(50))