From b807f0e97daabd73ad531fab0282f0b9ff2b4cbf Mon Sep 17 00:00:00 2001 From: Lyn505 <42174630+Lyn505@users.noreply.github.com> Date: Sat, 12 Feb 2022 08:09:39 +0100 Subject: [PATCH] Fixes the missing capitalization in Zealot's Blindfold description (#64842) * byeah * ok mothblocks :) Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> * This should be better. * wtf * ok Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> --- code/modules/antagonists/cult/cult_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index d69be87c076..ead6fb8d4c6 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -491,7 +491,7 @@ Striking a noncultist, however, will tear their flesh."} user.Paralyze(100) /obj/item/clothing/glasses/hud/health/night/cultblind - desc = "may Nar'Sie guide you through the darkness and shield you from the light." + desc = "May Nar'Sie guide you through the darkness and shield you from the light." name = "zealot's blindfold" icon_state = "blindfold" inhand_icon_state = "blindfold"