From 6f3d356aa481f2d30d94ed3466d2a3b58738e44e Mon Sep 17 00:00:00 2001 From: Dip Date: Sun, 13 Sep 2020 02:07:20 -0300 Subject: [PATCH] typo --- code/datums/traits/good.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm index 11ff6abd..603951c8 100644 --- a/code/datums/traits/good.dm +++ b/code/datums/traits/good.dm @@ -236,7 +236,7 @@ /datum/quirk/narsianspeaker name = "Nar-Sian speaker" - desc = "Obsessed with the inner workings of the blood cult, you've learned how to speak their ancient language." + desc = "Obsessed with forbidden knowledge regarding the blood cult, you've learned how to speak their ancient language." value = 1 gain_text = "Your mind feels sensitive to the slurred, ancient language of Nar'Sian cultists." lose_text = "You forget how to speak Nar'Sian!" @@ -251,7 +251,7 @@ /datum/quirk/ratvarianspeaker name = "Ratvarian speaker" - desc = "Obsessed with forbidden knowledge regarding the clock cult, you've learned how to speak their language." + desc = "Obsessed with the inner workings of the clock cult, you've learned how to speak their language." value = 1 gain_text = "Your mind feels sensitive to the ancient language of Ratvarian cultists." lose_text = "You forget how to speak Ratvarian!"