From 8068eba0d96056bd6b526d37a6c9e17a19797b20 Mon Sep 17 00:00:00 2001
From: SlimeRetard <65968723+SlimeRetard@users.noreply.github.com>
Date: Thu, 4 Jun 2020 22:31:56 +0100
Subject: [PATCH] Add lewd headpat mood event
---
code/datums/mood_events/generic_positive_events.dm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/code/datums/mood_events/generic_positive_events.dm b/code/datums/mood_events/generic_positive_events.dm
index 422ec447..01f7933c 100644
--- a/code/datums/mood_events/generic_positive_events.dm
+++ b/code/datums/mood_events/generic_positive_events.dm
@@ -113,3 +113,8 @@
/datum/mood_event/happy_empath/add_effects(var/mob/happytarget)
description = "[happytarget.name]'s happiness is infectious!\n"
+
+/datum/mood_event/lewd_headpat
+ description = "I love headpats so much!\n"
+ mood_change = 3
+ timeout = 2 MINUTES