Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds Seraph Wings #6004

Merged
merged 3 commits into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions code/modules/sprite_accessories/wings/feathered.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,22 @@
do_colouration = TRUE
color_blend_mode = ICON_MULTIPLY
front_behind_system = TRUE

//64x48 Wings
/datum/sprite_accessory/wing/seraph
name = "seraphim wings (colorable)"
id = "wing_seraph"
icon = 'icons/mob/sprite_accessories/wings_64x48.dmi'
icon_state = "seraph"
spr_state = "seraph_spr"
do_colouration = 1
color_blend_mode = ICON_MULTIPLY

/datum/sprite_accessory/wing/seraph_eyes
name = "seraphim wings (colorable, eyes)"
id = "wing_serapheye"
icon = 'icons/mob/sprite_accessories/wings_64x48.dmi'
icon_state = "seraph_eye"
spr_state = "seraph_eye_spr"
//do_colouration = 1 //Maybe some day we'll allow multi-coloration and I'll make this colorable again too so the eyes can get colors.
//color_blend_mode = ICON_MULTIPLY
Binary file modified icons/mob/sprite_accessories/wings.dmi
Binary file not shown.
Binary file added icons/mob/sprite_accessories/wings_64x48.dmi
Binary file not shown.