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

[MIRROR] Ports New Horns From Bubberstation At 1 AM #2219

Merged
merged 1 commit into from
Mar 2, 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
Binary file modified modular_nova/master_files/icons/mob/sprite_accessory/horns.dmi
Binary file not shown.
Binary file modified modular_nova/master_files/icons/mob/sprite_accessory/horns_big.dmi
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,18 @@
name = "Impala (big)"
icon_state = "bigimpala"

/datum/sprite_accessory/horns/big/paintedpoints
name = "Painted Points"
icon_state = "paintedpoints"

/datum/sprite_accessory/horns/big/whoshorns
name = "Who's Horns"
icon_state = "whoshorns"

/datum/sprite_accessory/horns/big/highrisehorns
name = "High-rise Horns"
icon_state = "highrisehorns"

/datum/sprite_accessory/horns/broken
name = "Broken"
icon_state = "broken"
Expand Down Expand Up @@ -108,3 +120,19 @@
/datum/sprite_accessory/horns/sideswept
name = "Side swept back"
icon_state = "sideswept"

/datum/sprite_accessory/horns/crippledbull
name = "Crippled Bull"
icon_state = "crippledbull"

/datum/sprite_accessory/horns/ticketrack
name = "Ticket Rack"
icon_state = "ticketrack"

/datum/sprite_accessory/horns/hopefulhorns
name = "Hopeful Horns"
icon_state = "hopefulhorns"

/datum/sprite_accessory/horns/broadcurls
name = "Broad Curls"
icon_state = "broadcurls"
Loading