From 8975b93b3706db30430080b60f45944ac7463e85 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 13 Sep 2020 03:43:31 +0200 Subject: [PATCH] no petting and not petting at the same time --- code/game/objects/items/plushes.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!")