mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
2 New Hairstyles (#20055)
Adds two new hairstyles, Bobcut, overye and Diagonal Bangs. Humans and Tajara get these. This is ported from a PR on CMSS13 and has some preview images there if you'd like to see how it looks. https://github.com/cmss13-devs/cmss13/pull/7304 All credit to Ansekishokuu. I've only done a straightforward port. In the case of Tajara, some adjustments were made to better fit for them. --------- Co-authored-by: WickedCybs <wickedcybs@gmail.com>
This commit is contained in:
@@ -404,6 +404,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
species_allowed = list(/datum/species/human,/datum/species/human/offworlder,/datum/species/machine/shell,/datum/species/machine/shell/rogue,/datum/species/zombie)
|
||||
chatname = "unbuzzed hair"
|
||||
|
||||
/datum/sprite_accessory/hair/bobcut_overeye
|
||||
name = "Bobcut, overeye"
|
||||
icon_state = "hair_bobcut_overeye"
|
||||
length = 2
|
||||
chatname = "bobcut"
|
||||
|
||||
/datum/sprite_accessory/hair/chop
|
||||
name = "Chop"
|
||||
icon_state = "hair_chop"
|
||||
@@ -479,6 +485,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
length = 3
|
||||
chatname = "hair drills"
|
||||
|
||||
/datum/sprite_accessory/hair/diagonal_bangs
|
||||
name = "Diagonal Bangs"
|
||||
icon_state = "hair_diagonal_bangs"
|
||||
length = 2
|
||||
chatname = "bangs"
|
||||
|
||||
/datum/sprite_accessory/hair/eagle
|
||||
name = "Eagle"
|
||||
icon_state = "hair_eagle"
|
||||
@@ -2909,6 +2921,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
length = 2
|
||||
chatname = "groomed short mane"
|
||||
|
||||
/datum/sprite_accessory/hair/taj_ears/taj_ears_bobcut_overeye
|
||||
name = "Tajara Bobcut, overeye"
|
||||
icon_state = "hair_bobcut_overeye"
|
||||
length = 2
|
||||
chatname = "bobcut"
|
||||
|
||||
/datum/sprite_accessory/hair/taj_ears/taj_ears_braid
|
||||
name = "Tajara Braid"
|
||||
icon_state = "hair_braid"
|
||||
@@ -3162,6 +3180,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
length = 3
|
||||
chatname = "styled mane"
|
||||
|
||||
/datum/sprite_accessory/hair/taj_ears/taj_ears_diagonal_bangs
|
||||
name = "Tajara Diagonal Bangs"
|
||||
icon_state = "hair_diagonal_bangs"
|
||||
length = 2
|
||||
chatname = "bangs"
|
||||
|
||||
//msai hair, longer ears
|
||||
/datum/sprite_accessory/hair/msai_ears
|
||||
icon = 'icons/mob/human_face/msai_hair.dmi'
|
||||
@@ -3194,6 +3218,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
length = 2
|
||||
chatname = "groomed short mane"
|
||||
|
||||
/datum/sprite_accessory/hair/msai_ears/msai_ears_bobcut_overeye
|
||||
name = "M'sai Bobcut, overeye"
|
||||
icon_state = "hair_bobcut_overeye"
|
||||
length = 2
|
||||
chatname = "bobcut"
|
||||
|
||||
/datum/sprite_accessory/hair/msai_ears/msai_ears_braid
|
||||
name = "M'sai Braid"
|
||||
icon_state = "msai_braid"
|
||||
@@ -3447,6 +3477,12 @@ Follow by example and make good judgement based on length which list to include
|
||||
length = 3
|
||||
chatname = "styled mane"
|
||||
|
||||
/datum/sprite_accessory/hair/msai_ears/msai_ears_diagonal_bangs
|
||||
name = "M'sai Diagonal Bangs"
|
||||
icon_state = "hair_diagonal_bangs"
|
||||
length = 2
|
||||
chatname = "bangs"
|
||||
|
||||
//tesla rejuvenation suit hair
|
||||
/datum/sprite_accessory/hair/tesla_ears
|
||||
icon = 'icons/mob/human_face/tesla_body_hair.dmi'
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: WickedCybs, Ansekishokuu
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Added 2 new hairstyles for humans and tajara. Bobcut, overeye and Diagonal Bangs."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 107 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 19 KiB |
Reference in New Issue
Block a user