mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Ports Aurora Diona markings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user