diff --git a/code/modules/vore/appearance/sprite_accessories_vr.dm b/code/modules/vore/appearance/sprite_accessories_vr.dm index a9917a9b7e6..a5ebc0dfa1f 100644 --- a/code/modules/vore/appearance/sprite_accessories_vr.dm +++ b/code/modules/vore/appearance/sprite_accessories_vr.dm @@ -518,6 +518,12 @@ icon_state = "aronai" ckeys_allowed = list("arokha") +/datum/sprite_accessory/tail/sepulchre + name = "demon wings (Sepulchre)" + desc = "" + icon_state = "sepulchre_wings" + ckeys_allowed = list("sepulchre") + /datum/sprite_accessory/tail/feathered name = "feathered wings, colorable" desc = "" diff --git a/code/stylesheet.dm b/code/stylesheet.dm index d3b29e26e41..0e9f5f87b7b 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -93,8 +93,8 @@ h1.alert, h2.alert {color: #000000;} .sergal {color: #0077FF;} .birdsongc {color: #CC9900;} .vulpkanin {color: #B97A57;} -.enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family:lucida sans unicode, lucida grande, sans-serif;} -.daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family:courier new, courier, monospace;} +.enochian {color: #848A33; letter-spacing:-1pt; word-spacing:4pt; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;} +.daemon {color: #5E339E; letter-spacing:-1pt; word-spacing:0pt; font-family: "Courier New", Courier, monospace;} .vox {color: #AA00AA;} .rough {font-family: "Trebuchet MS", cursive, sans-serif;} .say_quote {font-family: Georgia, Verdana, sans-serif;} diff --git a/config/alienwhitelist.txt b/config/alienwhitelist.txt index f01d3f05424..fe556e05742 100644 --- a/config/alienwhitelist.txt +++ b/config/alienwhitelist.txt @@ -4,5 +4,6 @@ bothnevarbackwards - Diona jemli - Gutterband xioen - Xenomorph Hybrid sepulchre - Vox +sepulchre - Daemon zammyman215 - Vox hawkerthegreat - Vox \ No newline at end of file diff --git a/icons/mob/vore/tails_vr.dmi b/icons/mob/vore/tails_vr.dmi index 21af3935a82..fc842db879d 100644 Binary files a/icons/mob/vore/tails_vr.dmi and b/icons/mob/vore/tails_vr.dmi differ