Adds upper and lower mecha eyes for Vaurcae (#19222)

![image](https://github.com/Aurorastation/Aurora.3/assets/59633984/962aa75a-b407-4fc0-a925-478f671baf5b)
This commit is contained in:
feartheblackout
2024-05-31 20:13:29 +00:00
committed by GitHub
parent bfa380ab69
commit d294808d0e
3 changed files with 72 additions and 0 deletions
@@ -5010,6 +5010,20 @@ Follow by example and make good judgement based on length which list to include
name = "Mecha Eye (Overlay, Left)"
icon_state = "mecha_eyeoverlay_l"
/datum/sprite_accessory/marking/vaurca_augs/mecha_eyeoverlay/upper
name = "Upper Mecha Eye (Overlay, Right)"
icon_state = "mecha_uppereyeoverlay_r"
/datum/sprite_accessory/marking/vaurca_augs/mecha_eye/mecha_eyeoverlay_l/upper
name = "Upper Mecha Eye (Overlay, Left)"
icon_state = "mecha_uppereyeoverlay_l"
/datum/sprite_accessory/marking/vaurca_augs/mecha_eyeoverlay/lower
name = "Lower Mecha Eye (Overlay, Right)"
icon_state = "mecha_lowereyeoverlay_r"
/datum/sprite_accessory/marking/vaurca_augs/mecha_eye/mecha_eyeoverlay_l/lower
name = "Lower Mecha Eye (Overlay, Left)"
icon_state = "mecha_lowereyeoverlay_l"
/datum/sprite_accessory/marking/vaurca_augs/mecha_eye_l
name = "Mecha Eye (Faceplate, Right, Large)"
icon_state = "mecha_eye_r_l"