diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index ff3b74d19d..02667f7af2 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -775,8 +775,8 @@ GLOBAL_LIST_INIT(valid_plushie_paths, valid_plushie_paths()) var/check_interval = 20 var/next_check = 0 +//Overrides parent proc /obj/item/toy/plush/plushling/attack_self(mob/user) - . = ..() if(!user) //hmmmmm return to_chat(user, "You try to pet the plushie, but recoil as it bites your hand instead! OW!")