mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Adds Eight New Skrell Headtail Styles (#15969)
* Adds new styles * Update sprite_accessories.dm * Create hurt.yml * Fix * Fixed front view of the headrtail behind sprite * Add files via upload * Add files via upload
This commit is contained in:
@@ -2408,6 +2408,70 @@ Follow by example and make good judgement based on length which list to include
|
||||
|
||||
//skrell tentacles
|
||||
|
||||
skr_tentacle_damaged_long_r
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Long Headtails, damaged (right)"
|
||||
icon_state = "verylong_s_dmg_r"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 6
|
||||
chatname = "long headtails"
|
||||
|
||||
skr_tentacle_damaged_long_l
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Long Headtails, damaged (left)"
|
||||
icon_state = "verylong_s_dmg_l"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 6
|
||||
chatname = "long headtails"
|
||||
|
||||
skr_tentacle_damaged_r
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Headtails, damaged (right)"
|
||||
icon_state = "skrell_hair_f_dmg_r"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 4
|
||||
chatname = "headtails"
|
||||
|
||||
skr_tentacle_damaged_l
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Headtails, damaged (left)"
|
||||
icon_state = "skrell_hair_f_dmg_l"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 4
|
||||
chatname = "headtails"
|
||||
|
||||
skr_tentacle_damaged_b_r
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Headtails, damaged behind (right)"
|
||||
icon_state = "skrell_both_behind_dmg_r"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 4
|
||||
chatname = "headtails"
|
||||
|
||||
skr_tentacle_damaged_b_l
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Headtails, damaged behind (left)"
|
||||
icon_state = "skrell_both_behind_dmg_l"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 4
|
||||
chatname = "headtails"
|
||||
|
||||
skr_tentacle_damaged_blong_l
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Long Headtails, damaged behind (left)"
|
||||
icon_state = "skrell_both_behind_long_dmg_l"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 6
|
||||
chatname = "long headtails"
|
||||
|
||||
skr_tentacle_damaged_blong_r
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Long Headtails, damaged behind (right)"
|
||||
icon_state = "skrell_both_behind_long_dmg_r"
|
||||
species_allowed = list(/datum/species/skrell,/datum/species/skrell/axiori,/datum/species/zombie/skrell)
|
||||
length = 6
|
||||
chatname = "long headtails"
|
||||
|
||||
skr_tentacle_m
|
||||
icon = 'icons/mob/human_face/skrell_hair.dmi'
|
||||
name = "Short Headtails"
|
||||
|
||||
Reference in New Issue
Block a user