From 0200c4ca1f0390c410f7563f5f6c33eff940d65a Mon Sep 17 00:00:00 2001
From: TheSpaghetti <37235090+TheSpaghetti@users.noreply.github.com>
Date: Sun, 12 Jul 2020 13:13:25 -0400
Subject: [PATCH] Fixed the double period.
Whoops.
---
code/datums/traits/negative.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm
index 76d2ce9b6b..364151f2a1 100644
--- a/code/datums/traits/negative.dm
+++ b/code/datums/traits/negative.dm
@@ -455,7 +455,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
/datum/quirk/monophobia
name = "Monophobia"
- desc = "You will become increasingly stressed when not in company of others, triggering panic reactions ranging from sickness to heart attacks.."
+ desc = "You will become increasingly stressed when not in company of others, triggering panic reactions ranging from sickness to heart attacks."
value = -3 // Might change it to 4.
gain_text = "You feel really lonely..."
lose_text = "You feel like you could be safe on your own."