mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Adds three new broken horns options. (#13038)
* Adds three new broken horns options. * Spacing
This commit is contained in:
committed by
GitHub
parent
09cafca0a2
commit
dcfffdbb54
@@ -1849,6 +1849,18 @@
|
||||
name = "Angeler"
|
||||
icon_state = "angler"
|
||||
|
||||
/datum/sprite_accessory/horns/broken
|
||||
name = "Broken"
|
||||
icon_state = "broken"
|
||||
|
||||
/datum/sprite_accessory/horns/broken_right
|
||||
name = "Broken(right)"
|
||||
icon_state = "rbroken"
|
||||
|
||||
/datum/sprite_accessory/horns/broken_left
|
||||
name = "Broken(left)"
|
||||
icon_state = "lbroken"
|
||||
|
||||
/datum/sprite_accessory/ears
|
||||
icon = 'icons/mob/mutant_bodyparts.dmi'
|
||||
em_block = TRUE
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.8 KiB |
+12
@@ -48,3 +48,15 @@
|
||||
/datum/sprite_accessory/horns/big/antlers
|
||||
name = "Antlers"
|
||||
icon_state = "antlers"
|
||||
|
||||
/datum/sprite_accessory/horns/broken
|
||||
name = "Broken"
|
||||
icon_state = "broken"
|
||||
|
||||
/datum/sprite_accessory/horns/broken_right
|
||||
name = "Broken(right)"
|
||||
icon_state = "rbroken"
|
||||
|
||||
/datum/sprite_accessory/horns/broken_left
|
||||
name = "Broken(left)"
|
||||
icon_state = "lbroken"
|
||||
|
||||
Reference in New Issue
Block a user