diff --git a/GainStation13/code/datums/mood_events/needs_events.dm b/GainStation13/code/datums/mood_events/needs_events.dm
index 102a3c2d9b..2b80357baf 100644
--- a/GainStation13/code/datums/mood_events/needs_events.dm
+++ b/GainStation13/code/datums/mood_events/needs_events.dm
@@ -11,3 +11,9 @@
description = "I love headpats so much!\n"
mood_change = 3
timeout = 2 MINUTES
+
+
+/datum/mood_event/bellyrub_good
+ description = "I really enjoyed that belly massage!\n"
+ mood_change = 3
+ timeout = 2 MINUTES
diff --git a/GainStation13/code/game/lore_papers.dm b/GainStation13/code/game/lore_papers.dm
index e7acbaf7e7..0ff7ed655c 100644
--- a/GainStation13/code/game/lore_papers.dm
+++ b/GainStation13/code/game/lore_papers.dm
@@ -550,6 +550,408 @@