From 0105dbf562f2fbb6c33d3fa604faf39258617c0c Mon Sep 17 00:00:00 2001 From: Fermi Date: Sat, 1 Jun 2019 20:04:41 +0100 Subject: [PATCH] Removed duplicate headpat code. --- modular_citadel/code/datums/mood_events/moodular.dm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/modular_citadel/code/datums/mood_events/moodular.dm b/modular_citadel/code/datums/mood_events/moodular.dm index 5b0e5ace24..b53ce417e8 100644 --- a/modular_citadel/code/datums/mood_events/moodular.dm +++ b/modular_citadel/code/datums/mood_events/moodular.dm @@ -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)