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))