mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
I don't have a funny joke name this time (#23506)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user