Merge pull request #15 from sheepishgoat/markings-init
initializing markings
@@ -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)
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 115 KiB |
@@ -4000,6 +4000,17 @@
|
||||
#include "GainStation13\code\modules\loadout\tablet.dm"
|
||||
#include "GainStation13\code\modules\mapping\areas.dm"
|
||||
#include "GainStation13\code\modules\mapping\ghost_roles.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\ears.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\frills.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\hair_face.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\hair_head.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\horns.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\ipc_synths.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\legs_and_taurs.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\snouts.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\synthliz.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\tails.dm"
|
||||
#include "GainStation13\code\modules\mob\dead\new_player\sprite_accessories\wings.dm"
|
||||
#include "GainStation13\code\modules\mob\living\belly.dm"
|
||||
#include "GainStation13\code\modules\mob\living\emote.dm"
|
||||
#include "GainStation13\code\modules\mob\living\emote_modular.dm"
|
||||
|
||||