Skip to content

Commit

Permalink
Three More Elzu Horns (shiptest-ss13#3476)
Browse files Browse the repository at this point in the history
## About The Pull Request

Adds three more options for Elzuose horns. Cervid, Prong, and Brow.

Images:

![image](https://github.com/user-attachments/assets/24f98d74-f64b-4b8d-8cab-9eb878c30646)

![image](https://github.com/user-attachments/assets/8e52c0ae-e7ee-4d34-82cd-35401a9dcae7)

![image](https://github.com/user-attachments/assets/5f1dfeab-7683-4055-8e1c-895b12dce505)

![image](https://github.com/user-attachments/assets/3008c58f-6022-4c4f-b840-7a3088dd8b6d)

## Why It's Good For The Game

More customization options for the limited list of existing Elzuose
horns. Must be good :P

## Changelog

:cl:
add: Three new Elzuose horn types. Cervid, Prong, and Brow
/:cl:
  • Loading branch information
MemeSnorfer authored and MysticalFaceLesS committed Oct 6, 2024
1 parent d4c2964 commit a71fd92
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions code/modules/mob/dead/new_player/sprite_accessories/elzuose.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
name = "Sharp"
icon_state = "sharp"

/datum/sprite_accessory/elzu_horns/cervid
name = "Cervid"
icon_state = "cervid"

/datum/sprite_accessory/elzu_horns/prong
name = "Prong"
icon_state = "prong"

/datum/sprite_accessory/elzu_horns/brow
name = "Brow"
icon_state = "brow"

//Start tails

/datum/sprite_accessory/tails/elzu
Expand Down
Binary file modified icons/mob/ethereal_parts.dmi
Binary file not shown.

0 comments on commit a71fd92

Please sign in to comment.