From c52b500f5f48829079011f742b5cc955642d62c2 Mon Sep 17 00:00:00 2001
From: Hekto61 <94539922+Hekto61@users.noreply.github.com>
Date: Fri, 23 May 2025 22:46:11 +0300
Subject: [PATCH] Bellyrub text tweak
Text tweaks
---
GainStation13/code/datums/mood_events/needs_events.dm | 2 +-
code/modules/mob/living/carbon/human/species.dm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GainStation13/code/datums/mood_events/needs_events.dm b/GainStation13/code/datums/mood_events/needs_events.dm
index 68d8532721..da6b2c8635 100644
--- a/GainStation13/code/datums/mood_events/needs_events.dm
+++ b/GainStation13/code/datums/mood_events/needs_events.dm
@@ -14,6 +14,6 @@
/datum/mood_event/bellyrub_good
- description = "I love bellly massage so much!\n"
+ description = "I really enjoed that belly massage!\n"
mood_change = 3
timeout = 2 MINUTES
diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm
index 5b5e50b92e..42a62b4d96 100644
--- a/code/modules/mob/living/carbon/human/species.dm
+++ b/code/modules/mob/living/carbon/human/species.dm
@@ -1739,7 +1739,7 @@ GLOBAL_LIST_EMPTY(roundstart_race_names)
user.adjust_nutrition(rand(-5,-1))
SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "bellyrub_good", /datum/mood_event/bellyrub_good)
if(prob(5))
- user.visible_message("While [user] rubs their belly, the spontanious belch comes out!", \
+ user.visible_message("While [user] rubs their belly, the spontaneous belch comes out!", \
"Your belly massage made you to burp!")
user.emote(pick("belch","burp"))
if(prob(10))