From 73f837af17b830e63fb61d75dbef1e7870328efd Mon Sep 17 00:00:00 2001 From: MrDoomBringer Date: Thu, 28 May 2020 13:05:28 -0400 Subject: [PATCH] Fixes a small typo (intracies -> intricacies) in _skills.dm (#51324) * critical atmos optimization please ignore * undocumented change lmao --- code/datums/skills/_skill.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/skills/_skill.dm b/code/datums/skills/_skill.dm index 43b1213e17e..96f61e98066 100644 --- a/code/datums/skills/_skill.dm +++ b/code/datums/skills/_skill.dm @@ -27,8 +27,8 @@ GLOBAL_LIST_INIT(skill_types, subtypesof(/datum/skill)) "I'm getting a little better at [name]!", "I'm getting much better at [name]!", "I feel like I've become quite proficient at [name]!", - "After lots of practice, I've begun to truly understand the intricies \ - and surprising depth behind [name]. I now condsider myself a master [title].", + "After lots of practice, I've begun to truly understand the intricacies \ + and surprising depth behind [name]. I now consider myself a master [title].", "Through incredible determination and effort, I've reached the peak of my [name] abiltities. I'm finally able to consider myself a legendary [title]!" ) levelDownMessages = list("I have somehow completely lost all understanding of [name]. Please tell an admin if you see this.", "I'm starting to forget what [name] really even is. I need more practice...",