From 2312880ccc8d15e19e6a03eee71ca8572f1208c2 Mon Sep 17 00:00:00 2001 From: MistakeNot4892 Date: Thu, 22 Jun 2023 20:46:01 +1000 Subject: [PATCH] Corrects a descriptor string. --- .../living/carbon/human/descriptors/descriptors_generic.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/descriptors/descriptors_generic.dm b/code/modules/mob/living/carbon/human/descriptors/descriptors_generic.dm index 934e7c79bc..2e31483a6b 100644 --- a/code/modules/mob/living/carbon/human/descriptors/descriptors_generic.dm +++ b/code/modules/mob/living/carbon/human/descriptors/descriptors_generic.dm @@ -35,11 +35,11 @@ "a bit smaller in build than you", "smaller in build than you", "much smaller in build than you", - "dwarfed by your height" + "dwarfed by your size" ) comparative_value_descriptors_larger = list( "slightly larger than you in build", "built larger than you", "built much larger than you", "dwarfing you" - ) + )