Ports Aurora Diona markings

This commit is contained in:
listerla
2020-08-13 00:24:58 -04:00
parent f621edf039
commit 42db5b61e6
2 changed files with 40 additions and 0 deletions

View File

@@ -1682,6 +1682,46 @@
body_parts = list(BP_HEAD)
species_allowed = list(SPECIES_TESHARI)
//Diona stuff.
diona_leaves
name = "Leaves (Diona)"
icon_state = "diona_leaves"
body_parts = list(BP_L_FOOT, BP_R_FOOT, BP_L_LEG, BP_R_LEG, BP_L_ARM, BP_R_ARM, BP_L_HAND, BP_R_HAND, BP_TORSO, BP_GROIN, BP_HEAD)
species_allowed = list(SPECIES_DIONA)
diona_thorns
name = "Thorns (Diona)"
icon_state = "diona_thorns"
body_parts =list(BP_TORSO, BP_HEAD)
species_allowed = list(SPECIES_DIONA)
diona_flowers
name = "Flowers (Diona)"
icon_state = "diona_flowers"
body_parts =list(BP_TORSO, BP_HEAD)
species_allowed = list(SPECIES_DIONA)
diona_moss
name = "Moss (Diona)"
icon_state = "diona_moss"
body_parts =list(BP_TORSO)
species_allowed = list(SPECIES_DIONA)
diona_mushroom
name = "Mushroom (Diona)"
icon_state = "diona_mushroom"
body_parts =list(BP_HEAD)
species_allowed = list(SPECIES_DIONA)
diona_antennae
name = "Antennae (Diona)"
icon_state = "diona_antennae"
body_parts =list(BP_HEAD)
species_allowed = list(SPECIES_DIONA)
//skin styles - WIP
//going to have to re-integrate this with surgery
//let the icon_state hold an icon preview for now