Bananium crown, custom items for players

This commit is contained in:
ZomgPonies
2013-10-19 18:34:53 -04:00
parent 66262d7fec
commit 3675298ebf
5 changed files with 19 additions and 1 deletions
+6
View File
@@ -247,3 +247,9 @@
flags = FPRINT | TABLEPASS | BLOCKHAIR
flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE
siemens_coefficient = 2.0
/obj/item/clothing/head/crown
name = "bananium crown"
icon_state = "crown"
desc = "A gliterring bananium crown with spessjewels in it. Swaggy."
flags = FPRINT | TABLEPASS | BLOCKHAIR
+12
View File
@@ -850,6 +850,18 @@
w_class = 1
slot_flags = SLOT_MASK
////// Medallion - Lin Chang - Roland410
/obj/item/clothing/tie/fluff/lin_chang_1
name = "shining black medallion"
desc = "A shiny black medallion made of something that looks like the Earth's obsidian, but it is harder than anything ever seen yet. On the front there seems to be a standing unathi chiseled in it, on the back the name of Lin Chang with the title of the Assassin Archmage."
icon = 'icons/obj/custom_items.dmi'
icon_state = "nasir_khayyam_1"
flags = FPRINT|TABLEPASS
w_class = 1
slot_flags = SLOT_MASK
////// Emerald necklace - Ty Foster - Nega
/obj/item/clothing/mask/mara_kilpatrick_1
@@ -263,7 +263,7 @@
for(var/line in lines)
// split & clean up
var/list/Entry = text2list(line, "-")
var/list/Entry = text2list(line, ";")
for(var/i = 1 to Entry.len)
Entry[i] = trim(Entry[i])