Fixes human height strings and vendor layers. (#16376)

* Fixes human height strings and vendor layers.

* remove multiple lattices

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-05-21 16:39:04 +02:00
committed by GitHub
parent 1d59300327
commit c234484fb1
4 changed files with 390 additions and 364 deletions

View File

@@ -461,7 +461,7 @@
return output_text
/mob/living/carbon/human/assembleHeightString(mob/examiner)
var/list/heightString = list()
var/heightString = ""
var/descriptor
if(height == HEIGHT_NOT_USED)
return heightString