Skip to content

Commit

Permalink
Merge pull request #4700 from cdb-is-not-good/Vanity-truly
Browse files Browse the repository at this point in the history
A few lil appearance things.
  • Loading branch information
king5327 authored Jul 11, 2023
2 parents 2d9509a + 70c513d commit e4f5fdb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions code/modules/sprite_accessories/_accessory_ears.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@
colored_layers = 2
blend = ICON_MULTIPLY

/datum/sprite_accessory/ears/cowcalt
name = "Cow Horns Alt"
icon_state = "cowearshcalt"
colored_layers = 2
blend = ICON_MULTIPLY

/datum/sprite_accessory/ears/cow_nohorns
name = "Cow Horns, Cut"
desc = ""
Expand Down
11 changes: 9 additions & 2 deletions code/modules/sprite_accessories/_accessory_tail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
name = "Fluffdragon Tail"
desc = ""
icon_state = "fluffdragon"

/datum/sprite_accessory/tail/fluffdragon_alt
name = "Fluffdragon Alt Tail"
desc = ""
Expand Down Expand Up @@ -218,6 +218,13 @@
colored_layers = 2
blend = ICON_MULTIPLY

/datum/sprite_accessory/tail/plugtail
name = "Synth, Plug-tail"
desc = ""
icon_state = "tailplug" //heehee, hoohoo
colored_layers = 3
blend = ICON_MULTIPLY


/datum/sprite_accessory/tail/kitty
name = "Kitty Tail, Downwards"
Expand Down Expand Up @@ -281,7 +288,7 @@
ani_state = "otie_w"
colored_layers = 1
blend = ICON_MULTIPLY

/datum/sprite_accessory/tail/raccoon
name = "Racoon Tail"
desc = ""
Expand Down
Binary file modified icons/mob/sprite_accessory/ears.dmi
Binary file not shown.
Binary file modified icons/mob/sprite_accessory/tails.dmi
Binary file not shown.

0 comments on commit e4f5fdb

Please sign in to comment.