[MIRROR] ports remaining outpost 21 markings (#11661)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-15 15:12:29 -07:00
committed by GitHub
parent c2b0fc86e4
commit 46d35b771c
2 changed files with 45 additions and 0 deletions

View File

@@ -2794,3 +2794,48 @@ includes scars and tattoos
icon_state = "motheyes"
color_blend_mode = ICON_ADD
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/thirdeye
name = "Third Eye (low)"
icon_state = "thirdeye"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/teshi_thirdeye
name = "Third Eye (low) (Teshari)"
icon_state = "teshi_thirdeye"
body_parts = list(BP_HEAD)
species_allowed = list(SPECIES_TESHARI)
/datum/sprite_accessory/marking/thirdeye_high
name = "Third Eye (high)"
icon_state = "thirdeye_h"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/teshi_thirdeye_high
name = "Third Eye (high) (Teshari)"
icon_state = "teshi_thirdeye_h"
body_parts = list(BP_HEAD)
species_allowed = list(SPECIES_TESHARI)
/datum/sprite_accessory/marking/animeeyeshuge
name = "Anime Eyes Bulging" // UWUiiieeee~~~~
icon_state = "animeeyeshuge"
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/anteater_muzzle
name = "Anteater Muzzle"
icon_state = "anteater_muzzle"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/qaavos_muzzle
name = "Qaavos Head"
icon_state = "qaavos_face"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)
/datum/sprite_accessory/marking/qaavos_eyes
name = "Qaavos Eyes"
icon_state = "qaavos_eyes"
color_blend_mode = ICON_MULTIPLY
body_parts = list(BP_HEAD)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 134 KiB