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

[BOUNTY] Anime Bunny tails and ears, also a rabbit tail. #1063

Merged
merged 2 commits into from
Jan 27, 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
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
icon_state = "mouse"
hasinner = TRUE

/datum/sprite_accessory/anime_head/playbunny
name = "Bunny Ears"
icon = 'monkestation/icons/mob/anime/anime_head32x48.dmi'
icon_state = "playbunny"

/datum/sprite_accessory/anime_middle
icon = 'monkestation/icons/mob/anime/anime_middle.dmi'
color_src = ANIME
Expand Down Expand Up @@ -152,3 +157,11 @@
/datum/sprite_accessory/anime_bottom/cat
name = "Cat Tail"
icon_state = "cat"

/datum/sprite_accessory/anime_bottom/rabbit
name = "Rabbit Tail"
icon_state = "rabbit"

/datum/sprite_accessory/anime_bottom/bunny
name = "Bunny Puff"
icon_state = "playbunny"
Binary file modified monkestation/icons/mob/anime/anime_bottom.dmi
Binary file not shown.
Binary file modified monkestation/icons/mob/anime/anime_head32x48.dmi
Binary file not shown.
Loading