diff --git a/code/modules/mob/abstract/new_player/sprite_accessories.dm b/code/modules/mob/abstract/new_player/sprite_accessories.dm index d5d20f7aa8e..4a9d23d8e79 100644 --- a/code/modules/mob/abstract/new_player/sprite_accessories.dm +++ b/code/modules/mob/abstract/new_player/sprite_accessories.dm @@ -3435,6 +3435,177 @@ Follow by example and make good judgement based on length which list to include var/is_genetic = TRUE // If TRUE, the marking is considered genetic and is embedded into DNA. var/is_painted = FALSE // If TRUE, the marking can be put on prosthetics/robolimbs. + bandage_head + name = "Bandage, head 1" + icon_state = "bandage1" + body_parts = list(BP_HEAD) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + head_2 + name = "Bandage, head 2" + icon_state= "bandage2" + + head_3 + name = "Bandage, head 3" + icon_state= "bandage3" + + bandage_chest + name = "Bandage, chest 1" + icon_state = "bandage1" + body_parts = list(BP_CHEST) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + chest_2 + name= "Bandage, chest 2" + icon_state = "bandage2" + + chest_3 + name= "Bandage, chest 3" + icon_state = "bandage3" + + bandage_groin + name = "Bandage, groin 1" + icon_state = "bandage1" + body_parts = list(BP_GROIN) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + groin_2 + name= "Bandage, groin 2" + icon_state = "bandage2" + + groin_3 + name= "Bandage, groin 3" + icon_state = "bandage3" + + bandage_l_arm + name = "Bandage, left arm 1" + icon_state = "bandage1" + body_parts = list(BP_L_ARM) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + l_arm_2 + name= "Bandage, left arm 2" + icon_state = "bandage2" + + l_arm_3 + name= "Bandage, left arm 3" + icon_state = "bandage3" + + bandage_l_hand + name = "Bandage, left hand 1" + icon_state = "bandage1" + body_parts = list(BP_L_HAND) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + l_hand_2 + name= "Bandage, left hand 2" + icon_state = "bandage2" + + l_hand_3 + name= "Bandage, left hand 3" + icon_state = "bandage3" + + bandage_r_arm + name = "Bandage, right arm 1" + icon_state = "bandage1" + body_parts = list(BP_R_ARM) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + r_arm_2 + name= "Bandage, right arm 2" + icon_state = "bandage2" + + r_arm_3 + name= "Bandage, right arm 3" + icon_state = "bandage3" + + bandage_r_hand + name = "Bandage, right hand 1" + icon_state = "bandage1" + body_parts = list(BP_R_HAND) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + r_hand_2 + name= "Bandage, right hand 2" + icon_state = "bandage2" + + r_hand_3 + name= "Bandage, right hand 3" + icon_state = "bandage3" + + bandage_l_leg + name = "Bandage, left leg 1" + icon_state = "bandage1" + body_parts = list(BP_L_LEG) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + l_leg_2 + name= "Bandage, left leg 2" + icon_state = "bandage2" + + l_leg_3 + name= "Bandage, left leg 3" + icon_state = "bandage3" + + bandage_l_foot + name = "Bandage, left foot 1" + icon_state = "bandage1" + body_parts = list(BP_L_FOOT) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + l_foot_2 + name= "Bandage, left foot 2" + icon_state = "bandage2" + + l_foot_3 + name= "Bandage, left foot 3" + icon_state = "bandage3" + + bandage_r_leg + name = "Bandage, right leg 1" + icon_state = "bandage1" + body_parts = list(BP_R_LEG) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + r_leg_2 + name= "Bandage, right leg 2" + icon_state = "bandage2" + + r_leg_3 + name= "Bandage, right leg 3" + icon_state = "bandage3" + + bandage_r_foot + name = "Bandage, right foot 1" + icon_state = "bandage1" + body_parts = list(BP_R_FOOT) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi, /datum/species/skrell, /datum/species/skrell/axiori) + is_genetic = FALSE + + r_foot_2 + name= "Bandage, right foot 2" + icon_state = "bandage2" + + r_foot_3 + name= "Bandage, right foot 3" + icon_state = "bandage3" + + heterochromia + name = "Heterochromia (Right eye)" + icon_state = "heterochromia" + body_parts = list(BP_HEAD) + species_allowed = list(/datum/species/human, /datum/species/human/offworlder, /datum/species/machine/shell, /datum/species/tajaran, /datum/species/tajaran/zhan_khazan, /datum/species/tajaran/m_sai, /datum/species/unathi) + aug_scalpports name = "Augment (Scalp Ports)" icon_state = "aug_scalpports" diff --git a/html/changelogs/greenjoe12345-markings.yml b/html/changelogs/greenjoe12345-markings.yml new file mode 100644 index 00000000000..ddcca51ab1d --- /dev/null +++ b/html/changelogs/greenjoe12345-markings.yml @@ -0,0 +1,42 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: Greenjoe12345 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Added some markings, a bunch of bandages to visually show on your character, and a heterochomia marking, useable by humans, unathi, tajara and shells." + diff --git a/icons/mob/human_races/markings.dmi b/icons/mob/human_races/markings.dmi index fb1e31c8a3e..0b5a4e503d9 100644 Binary files a/icons/mob/human_races/markings.dmi and b/icons/mob/human_races/markings.dmi differ