mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Merge pull request #1303 from Yoshax/customs
Custom Item Addition + Whitelisting
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
+2
-2
@@ -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;}
|
||||
|
||||
@@ -4,5 +4,6 @@ bothnevarbackwards - Diona
|
||||
jemli - Gutterband
|
||||
xioen - Xenomorph Hybrid
|
||||
sepulchre - Vox
|
||||
sepulchre - Daemon
|
||||
zammyman215 - Vox
|
||||
hawkerthegreat - Vox
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 50 KiB |
Reference in New Issue
Block a user