@@ -733,6 +733,15 @@
|
|||||||
item_state = "wyatt_uniform"
|
item_state = "wyatt_uniform"
|
||||||
item_color = "wyatt_uniform"
|
item_color = "wyatt_uniform"
|
||||||
|
|
||||||
|
////// Black Dress - Lillian Amsel - PapaDrow
|
||||||
|
/obj/item/clothing/under/fluff/lillian_amsel_1
|
||||||
|
name = "Black Dress"
|
||||||
|
desc = "A knee-length, dark gray and black dress made of a sfot, velvety material."
|
||||||
|
icon = "icons/obj/custom_items.dmi'
|
||||||
|
icon_state = "lillian_dress"
|
||||||
|
item_state = "lillian_dress"
|
||||||
|
item_color = "lillian_dress"
|
||||||
|
|
||||||
//////////// Masks ////////////
|
//////////// Masks ////////////
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -823,6 +832,15 @@
|
|||||||
flags = FPRINT|TABLEPASS
|
flags = FPRINT|TABLEPASS
|
||||||
w_class = 1
|
w_class = 1
|
||||||
|
|
||||||
|
////// Apollon Pendant - Michael Guess - Dragor23
|
||||||
|
/obj/item/clothing/mask/michael_guess_1
|
||||||
|
name = "Apollon Pendant"
|
||||||
|
desc = "A pendant with the form of a sacrificial tripod, used in acient greece. It's a symbol of the Olympian Apollon, a god associated with oracles, poetry, the sun and healing."
|
||||||
|
icon = 'icons/obj/custom_items.dmi'
|
||||||
|
icon_state = "michael_guess_1"
|
||||||
|
flags = FPRINT|TABLEPASS
|
||||||
|
w_class = 1
|
||||||
|
slot_flags = SLOT_MASK
|
||||||
//////////// Shoes ////////////
|
//////////// Shoes ////////////
|
||||||
|
|
||||||
/obj/item/clothing/shoes/magboots/fluff/susan_harris_1 //sniperyeti: Susan Harris
|
/obj/item/clothing/shoes/magboots/fluff/susan_harris_1 //sniperyeti: Susan Harris
|
||||||
|
|||||||
@@ -275,6 +275,8 @@
|
|||||||
if(Entry[1] == src.ckey && Entry[2] == src.real_name) //They're in the list? Custom sprite time, var and icon change required
|
if(Entry[1] == src.ckey && Entry[2] == src.real_name) //They're in the list? Custom sprite time, var and icon change required
|
||||||
custom_sprite = 1
|
custom_sprite = 1
|
||||||
icon = 'icons/mob/custom-synthetic.dmi'
|
icon = 'icons/mob/custom-synthetic.dmi'
|
||||||
|
if(icon_state == "robot")
|
||||||
|
icon_state = "[src.ckey]-Standard"
|
||||||
|
|
||||||
/mob/living/silicon/robot/verb/Namepick()
|
/mob/living/silicon/robot/verb/Namepick()
|
||||||
if(custom_name)
|
if(custom_name)
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 51 KiB |