From 3ed253dcf3e730c0f09b401c6e1e08295d40c69f Mon Sep 17 00:00:00 2001
From: RiskySikh <59634148+RiskySikh@users.noreply.github.com>
Date: Sat, 21 Mar 2020 07:30:17 -0600
Subject: [PATCH] grammarfix2 (#50107)
---
code/datums/mood_events/drug_events.dm | 6 +++---
code/datums/mood_events/generic_negative_events.dm | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/code/datums/mood_events/drug_events.dm b/code/datums/mood_events/drug_events.dm
index 5b30b521837..bcb9bee20f9 100644
--- a/code/datums/mood_events/drug_events.dm
+++ b/code/datums/mood_events/drug_events.dm
@@ -35,7 +35,7 @@
mood_change = -8
/datum/mood_event/withdrawal_severe/add_effects(drug_name)
- description = "Oh god I need some [drug_name]\n"
+ description = "Oh god I need some of that [drug_name]\n"
/datum/mood_event/withdrawal_critical
mood_change = -10
@@ -65,12 +65,12 @@
timeout = 3 MINUTES
/datum/mood_event/narcotic_heavy
- description = "I feel like I'm wrapped in cotton!\n"
+ description = "I feel like I'm wrapped up in cotton!\n"
mood_change = 9
timeout = 3 MINUTES
/datum/mood_event/stimulant_medium
- description = "I have so much energy and I feel like I could do anything.\n"
+ description = "I have so much energy! I feel like I could do anything!\n"
mood_change = 4
timeout = 3 MINUTES
diff --git a/code/datums/mood_events/generic_negative_events.dm b/code/datums/mood_events/generic_negative_events.dm
index 3980534472e..59ec5b8e26b 100644
--- a/code/datums/mood_events/generic_negative_events.dm
+++ b/code/datums/mood_events/generic_negative_events.dm
@@ -100,7 +100,7 @@
mood_change = 2
/datum/mood_event/table_headsmash
- description = "My fucking head, that hurt..."
+ description = "My fucking head, that hurts..."
mood_change = -3
timeout = 3 MINUTES