diff --git a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm index 3e7e5f01ef..e74f0c00d7 100644 --- a/code/game/gamemodes/miniantags/abduction/abduction_gear.dm +++ b/code/game/gamemodes/miniantags/abduction/abduction_gear.dm @@ -576,8 +576,8 @@ Congratulations! You are now trained for invasive xenobiology research!"} flags_1 = DROPDEL_1 /obj/item/restraints/handcuffs/energy/used/dropped(mob/user) - user.visible_message("[user]'s [src] break in a discharge of energy!", \ - "[user]'s [src] break in a discharge of energy!") + user.visible_message("[user]'s [name] breaks in a discharge of energy!", \ + "[user]'s [name] breaks in a discharge of energy!") var/datum/effect_system/spark_spread/S = new S.set_up(4,0,user.loc) S.start()