mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Flavour-only height system no longer gives shells away, also grammar tweaks (#16309)
* the pr * found more problems * test fix * returns * Update examine.dm * just about as opposed to around about * Update sniblet-sameheightyou.yml * around instead just obsessing over wording * Update code/modules/mob/living/carbon/human/examine.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * like this? --------- Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
@@ -1542,7 +1542,7 @@
|
||||
if(-49 to -11)
|
||||
descriptor = "shorter than"
|
||||
if(-10 to 10)
|
||||
descriptor = "around about the same height"
|
||||
descriptor = "about the same height as"
|
||||
if(11 to 50)
|
||||
descriptor = "taller than"
|
||||
if(51 to 100)
|
||||
|
||||
Reference in New Issue
Block a user