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

New Unathi customization options: Cap, Mask, Quill, and restored tails! #85

Merged
merged 8 commits into from
Oct 14, 2024
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
31 changes: 31 additions & 0 deletions code/modules/mob/dead/new_player/sprite_accessories/lizard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
name = "Smooth (One color)"
icon_state = "smooth2"

/datum/sprite_accessory/tails/lizard/spikes
name = "Black Spikes"
icon_state = "spikes"
secondary_color = FALSE

/datum/sprite_accessory/tails_animated/lizard/spikes
name = "Black Spikes"
icon_state = "spikes"

/datum/sprite_accessory/tails/lizard/prosthetic
name = "Prosthetic"
icon_state = "synth"
Expand All @@ -69,6 +78,16 @@
name = "Large"
icon_state = "large"

/datum/sprite_accessory/tails/lizard/large_onecolor
name = "Large (One color)"
icon_state = "large"
secondary_color = FALSE

/datum/sprite_accessory/tails_animated/lizard/large_onecolor
name = "Large (One color)"
icon_state = "large"
secondary_color = FALSE

/datum/sprite_accessory/tails/lizard/small
name = "Small"
icon_state = "small"
Expand Down Expand Up @@ -101,10 +120,18 @@
name = "Alligator Skink"
icon_state = "eye"

/datum/sprite_accessory/face_markings/mask
name = "Mask"
icon_state = "mask"

/datum/sprite_accessory/face_markings/dome
name = "Dome"
icon_state = "dome"

/datum/sprite_accessory/face_markings/cap
name = "Cap"
icon_state = "cap"

/datum/sprite_accessory/face_markings/nose
name = "Nose"
icon_state = "nose"
Expand Down Expand Up @@ -191,6 +218,10 @@
name = "Frillhawk"
icon_state = "frillhawk"

/datum/sprite_accessory/frills/quills
name = "Quills"
icon_state = "spikes"

/datum/sprite_accessory/frills/neck
name = "Neck"
icon_state = "neck"
Expand Down
Binary file modified icons/mob/species/lizard/frills.dmi
Binary file not shown.
Binary file modified icons/mob/species/lizard/markings.dmi
Binary file not shown.
Binary file modified icons/mob/species/lizard/tails.dmi
Binary file not shown.
Binary file added icons/mob/species/lizard/tails2.dmi
Binary file not shown.
Loading