mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Merge pull request #1476 from Screemonster/pointybits
Adds a whole bunch of markings
This commit is contained in:
@@ -383,3 +383,45 @@
|
||||
name = "Monoeye"
|
||||
icon_state = "monoeye"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
nevrean_female
|
||||
name = "Female Nevrean beak"
|
||||
icon_state = "nevrean_f"
|
||||
body_parts = list(BP_HEAD)
|
||||
gender = FEMALE
|
||||
|
||||
nevrean_male
|
||||
name = "Male Nevrean beak"
|
||||
icon_state = "nevrean_m"
|
||||
body_parts = list(BP_HEAD)
|
||||
gender = MALE
|
||||
|
||||
spots
|
||||
name = "Spots"
|
||||
icon_state = "spots"
|
||||
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_GROIN,BP_TORSO)
|
||||
|
||||
shaggy_mane
|
||||
name = "Shaggy mane/feathers"
|
||||
icon_state = "shaggy"
|
||||
body_parts = list(BP_TORSO)
|
||||
|
||||
jagged_teeth
|
||||
name = "Jagged teeth"
|
||||
icon_state = "jagged"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
saber_teeth
|
||||
name = "Saber teeth"
|
||||
icon_state = "saber"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
fangs
|
||||
name = "Fangs"
|
||||
icon_state = "fangs"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
tusks
|
||||
name = "Tusks"
|
||||
icon_state = "tusks"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
@@ -444,12 +444,6 @@ character_name: Joseph Skinner
|
||||
item_path: /obj/item/clothing/under/rank/security/fluff/formalsec
|
||||
}
|
||||
|
||||
{
|
||||
ckey: scree
|
||||
character_name: Scree
|
||||
item_path: /obj/item/clothing/under/fluff/screesuit
|
||||
}
|
||||
|
||||
{
|
||||
ckey: scree
|
||||
character_name: Scree
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
Reference in New Issue
Block a user