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" - ) + )