Removed duplicate headpat code.

This commit is contained in:
Fermi
2019-06-01 20:04:41 +01:00
parent 5918b026aa
commit 0105dbf562
@@ -7,14 +7,7 @@
if(mood)
mood.add_event("hugbox", /datum/mood_event/hugbox)
/*
// headpats (IMPORTANT)
/mob/living/carbon/help_shake_act(mob/living/carbon/M)
. = ..()
GET_COMPONENT_FROM(mood, /datum/component/mood, src)
if(mood)
mood.add_event("headpat", /datum/mood_event/headpat)
*/
//Removed headpats here, duplicate code?
// plush petting
/obj/item/toy/plush/attack_self(mob/user)