mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user