Merge pull request #1303 from Yoshax/customs

Custom Item Addition + Whitelisting
This commit is contained in:
Arokha Sieyes
2017-03-31 22:24:49 -04:00
committed by GitHub
4 changed files with 9 additions and 2 deletions
@@ -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
View File
@@ -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;}
+1
View File
@@ -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