mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Adds Vulpkanin Markings, Adds Vulp/Unathi/Human Hairstyle, Fixes Vulp Default Colour, Corrects Typos in Sprite_accessories, Darkens Vulpkanin Facial Hair
Expanding on the above: Adds Vulpkanin nose and chest crest markings. Adds Vulpkanin braided hairstyle (Tajaran Braid ripoff) and hippie braid for Humans/Unathi (also a Tajaran Braid ripoff).
This commit is contained in:
@@ -172,11 +172,11 @@
|
||||
|
||||
flags = HAS_LIPS
|
||||
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS
|
||||
bodyflags = FEET_PADDED | HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_BODY_MARKINGS | HAS_TAIL_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING | HAS_FUR
|
||||
bodyflags = FEET_PADDED | HAS_TAIL | HAS_HEAD_ACCESSORY | HAS_HEAD_MARKINGS | HAS_BODY_MARKINGS | HAS_TAIL_MARKINGS | HAS_SKIN_COLOR | TAIL_WAGGING | HAS_FUR
|
||||
dietflags = DIET_OMNI
|
||||
reagent_tag = PROCESS_ORG
|
||||
flesh_color = "#966464"
|
||||
base_color = "#E63F1C"
|
||||
base_color = "#CF4D2F"
|
||||
butt_sprite = "vulp"
|
||||
|
||||
has_organ = list(
|
||||
|
||||
@@ -202,6 +202,11 @@
|
||||
icon_state = "hair_hbraid"
|
||||
gender = FEMALE
|
||||
|
||||
braid3
|
||||
name = "Hippie Braid"
|
||||
icon_state = "hair_ubraid"
|
||||
species_allowed = list("Human", "Unathi")
|
||||
|
||||
buzz
|
||||
name = "Buzzcut"
|
||||
icon_state = "hair_buzzcut"
|
||||
@@ -243,9 +248,9 @@
|
||||
icon_state = "hair_bigafro"
|
||||
gender = MALE
|
||||
|
||||
sargeant
|
||||
sergeant
|
||||
name = "Flat Top"
|
||||
icon_state = "hair_sargeant"
|
||||
icon_state = "hair_sergeant"
|
||||
gender = MALE
|
||||
|
||||
emo
|
||||
@@ -300,7 +305,7 @@
|
||||
icon_state = "hair_spikey"
|
||||
species_allowed = list("Human", "Unathi")
|
||||
|
||||
kusangi
|
||||
kusanagi
|
||||
name = "Kusanagi Hair"
|
||||
icon_state = "hair_kusanagi"
|
||||
|
||||
@@ -759,8 +764,8 @@
|
||||
species_allowed = list("Tajaran")
|
||||
|
||||
taj_hair_spiky
|
||||
name = "Tajara Spiky"
|
||||
icon_state = "hair_tajspiky"
|
||||
name = "Tajara Spikey"
|
||||
icon_state = "hair_tajspikey"
|
||||
species_allowed = list("Tajaran")
|
||||
|
||||
taj_hair_messy
|
||||
@@ -845,6 +850,11 @@
|
||||
icon_state = "spike"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
vulp_hair_braided
|
||||
name = "Braided"
|
||||
icon_state = "braided"
|
||||
species_allowed = list("Vulpkanin")
|
||||
|
||||
//Vox
|
||||
|
||||
vox_quills_short
|
||||
@@ -1909,6 +1919,11 @@
|
||||
species_allowed = list("Vulpkanin")
|
||||
icon_state = "markings_belly_fox_vulp"
|
||||
|
||||
/datum/sprite_accessory/body_markings/belly_crest_vulp
|
||||
name = "Vulpkanin Belly Crest"
|
||||
species_allowed = list("Vulpkanin")
|
||||
icon_state = "markings_belly_crest_vulp"
|
||||
|
||||
/datum/sprite_accessory/body_markings/tiger
|
||||
name = "Tiger Body"
|
||||
species_allowed = list("Unathi", "Tajaran", "Vulpkanin")
|
||||
@@ -1980,6 +1995,11 @@
|
||||
icon_state = "markings_face_snout_lower_una"
|
||||
heads_allowed = list("Unathi Sharp Snout")
|
||||
|
||||
/datum/sprite_accessory/body_markings/head/nose_default_vulp
|
||||
name = "Vulpkanin Nose"
|
||||
species_allowed = list("Vulpkanin")
|
||||
icon_state = "markings_face_nose_vulp"
|
||||
|
||||
/datum/sprite_accessory/body_markings/head/optics
|
||||
name = "Humanoid Optics"
|
||||
species_allowed = list("Machine")
|
||||
|
||||
Reference in New Issue
Block a user