mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
adds new sprites (#19301)
This commit is contained in:
@@ -937,6 +937,12 @@ includes scars and tattoos
|
||||
icon_state = "aug_headcase"
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/aug/skullmask
|
||||
name = "Augment (Skull Mask, Head)"
|
||||
icon_state = "aug_skullmask"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/aug/headcase_light
|
||||
name = "Augment (Headcase Light, Head)"
|
||||
icon_state = "aug_headcaselight"
|
||||
@@ -2858,12 +2864,6 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/sharpsnoutlower
|
||||
name = "Sharp Snout(lower)"
|
||||
icon_state = "lowersharpsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longsnout
|
||||
name = "Long, Sharp Snout"
|
||||
icon_state = "longsharpsnout"
|
||||
@@ -2876,6 +2876,66 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longerthinsnout
|
||||
name = "Longer, Thin Snout"
|
||||
icon_state = "longerthinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longthinsnout
|
||||
name = "Long, Thin Snout"
|
||||
icon_state = "longthinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/thinsnout
|
||||
name = "Thin Snout"
|
||||
icon_state = "thinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/snoutteeth
|
||||
name = "Snout Teeth"
|
||||
icon_state = "snoutteeth"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longsnoutteeth
|
||||
name = "Long Snout Teeth"
|
||||
icon_state = "longsnoutteeth"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longersnoutteeth
|
||||
name = "Longer Snout Teeth"
|
||||
icon_state = "longersnoutteeth"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longerthinsnoutlower
|
||||
name = "Longer, Thin Snout(lower)"
|
||||
icon_state = "lowerlongerthinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longthinsnoutlower
|
||||
name = "Long, Thin Snout(lower)"
|
||||
icon_state = "lowerlongthinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/thinsnoutlower
|
||||
name = "Thin Snout(lower)"
|
||||
icon_state = "lowerthinsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/sharpsnoutlower
|
||||
name = "Sharp Snout(lower)"
|
||||
icon_state = "lowersharpsnout"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/longsnoutlower
|
||||
name = "Long, Sharp Snout(lower)"
|
||||
icon_state = "lowerlongsharpsnout"
|
||||
@@ -2888,6 +2948,7 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
|
||||
/datum/sprite_accessory/marking/snouttop
|
||||
name = "Top of Snout"
|
||||
icon_state = "topofsnout"
|
||||
@@ -2900,6 +2961,12 @@ includes scars and tattoos
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/snouthorn
|
||||
name = "Snout Horn (Use with Long, Thin Snout)"
|
||||
icon_state = "thinsnouthorn"
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
body_parts = list(BP_HEAD)
|
||||
|
||||
/datum/sprite_accessory/marking/bigsoftbelly
|
||||
name = "Big Soft Belly"
|
||||
icon_state = "bigsoftbelly"
|
||||
@@ -3053,3 +3120,9 @@ includes scars and tattoos
|
||||
icon_state = "scug_door"
|
||||
body_parts = list(BP_GROIN)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/marking/moreeyes
|
||||
name = "Extra Eyes"
|
||||
icon_state = "moreeyes"
|
||||
body_parts = list(BP_HEAD)
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
Reference in New Issue
Block a user