I don't have a funny joke name this time (#23506)

This commit is contained in:
Sadhorizon
2023-12-12 20:30:08 +00:00
committed by GitHub
parent 14e57eae04
commit ad1e2b00f7
3 changed files with 4 additions and 2 deletions
@@ -12,7 +12,7 @@
inherent_factions = list("nian")
species_traits = list(NO_HAIR)
inherent_biotypes = MOB_ORGANIC | MOB_HUMANOID | MOB_BUG
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
bodyflags = HAS_HEAD_ACCESSORY | HAS_HEAD_MARKINGS | HAS_BODY_MARKINGS | HAS_WING | BALD | SHAVED
reagent_tag = PROCESS_ORG
dietflags = DIET_HERB
@@ -543,7 +543,9 @@
species_allowed = list("Human", "Unathi", "Diona", "Vulpkanin", "Tajaran", "Kidan", "Grey", "Plasmaman", "Machine", "Skrell", "Slime People", "Skeleton", "Drask", "Vox", "Nian")
sprite_sheets = list(
"Vox" = 'icons/mob/clothing/species/vox/underwear.dmi',
"Kidan" = 'icons/mob/clothing/species/kidan/underwear.dmi'
"Kidan" = 'icons/mob/clothing/species/kidan/underwear.dmi',
"Nian" = 'icons/mob/clothing/species/nian/underwear.dmi'
)
gender = NEUTER