Merge pull request #15 from sheepishgoat/markings-init

initializing markings
This commit is contained in:
sheepishgoat
2024-10-30 14:16:27 -04:00
committed by GitHub
24 changed files with 123 additions and 0 deletions
@@ -0,0 +1,27 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
//I don't know why these need both mam_ears and human variants, because some other ear datums just work fine without that??
//It didn't want to show up otherwise so I'll keep it as that
/datum/sprite_accessory/ears/mam_ears/dragon //ported from Virgo
name = "Dragon"
icon = 'GainStation13/icons/mob/markings/mam_ears.dmi'
icon_state = "dragon"
/datum/sprite_accessory/ears/human/dragon //ported from Virgo
name = "Dragon"
icon = 'GainStation13/icons/mob/markings/mam_ears.dmi'
icon_state = "dragon"
/datum/sprite_accessory/ears/mam_ears/avali
name = "Avali"
icon_state = "avali"
icon = 'GainStation13/icons/mob/markings/mam_ears.dmi'
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/ears/human/avali
name = "Avali"
icon_state = "avali"
icon = 'GainStation13/icons/mob/markings/mam_ears.dmi'
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
@@ -0,0 +1,22 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
/datum/sprite_accessory/frills/cobra
name = "Cobra Hood"
icon_state = "cobrahood"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
icon = 'hyperstation/icons/mob/snek.dmi'
/datum/sprite_accessory/frills/cobraslim
name = "Narrow Cobra Hood"
icon_state = "cobraslim"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
icon = 'hyperstation/icons/mob/snek.dmi'
/datum/sprite_accessory/frills/cobrahood_alt
name = "Cobra Hood - Alt"
icon_state = "cobrahood_alt"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
icon = 'hyperstation/icons/mob/snek.dmi'
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1,48 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
/datum/sprite_accessory/taur/gator //ported from Vorestation
name = "Gator"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "gator"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/taur/fatdrake //ported from Vorestation
name = "Fat Drake"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatdrake"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/taur/fatwolf //ported from Vorestation
name = "Fat Wolf"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatwolf"
color_src = MUTCOLORS
/datum/sprite_accessory/taur/fatliz //ported from Vorestation
name = "Fat Lizard"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatliz"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/taur/longtailfluff //ported from Vorestation
name = "Long Fluffy Tail"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "longtailfluff"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
/datum/sprite_accessory/taur/fatsynthwolf //ported from Vorestation
name = "Fat Synth Wolf"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "fatsynthwolf"
color_src = MUTCOLORS
/datum/sprite_accessory/taur/bigleggies //ported from Vorestation
name = "Big Leggies"
icon = 'GainStation13/icons/mob/markings/mam_taur.dmi'
icon_state = "bigleggy"
color_src = MUTCOLORS
@@ -0,0 +1,8 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
/datum/sprite_accessory/snouts/mam_snouts/hjackal
name = "Jackal"
icon = 'GainStation13/icons/mob/markings/mam_snouts.dmi'
icon_state = "hjackal"
color_src = MATRIXED
matrixed_sections = MATRIX_RED_GREEN
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)
@@ -0,0 +1 @@
//GS13 - markings, ported or our own (preferably mark where you took them from)