Minor suit refit, custom items

Moving around verbs and other shenanigans.
Added custom items.
This commit is contained in:
skull132
2014-04-13 02:47:08 +03:00
parent 60ece1d2e9
commit d1e36136c9
7 changed files with 3686 additions and 3664 deletions
+6 -24
View File
@@ -80,18 +80,6 @@
if("labgreen_all")
src.icon_state = "labgreen_open"
usr << "You unbotton the labcoat."
if("coatdark")
src.icon_state = "coatdark-hood"
usr << "You button up the coat and pull on the hood."
if("coatdark-hood")
src.icon_state = "coatdark"
usr << "You unbutton the coat and pull off the hood."
if("coatwhite")
src.icon_state = "coatwhite-hood"
usr << "You button up the coat and pull on the hood."
if("coatwhite-hood")
src.icon_state = "coatwhite"
usr << "You unbutton the coat and pull off the hood."
if("raieed_labcoat_open")
src.icon_state = "raieed_labcoat_top"
usr << "You button up the labcoat's first button."
@@ -101,6 +89,12 @@
if("raieed_labcoat_all")
src.icon_state = "raieed_labcoat_open"
usr << "You unbutton the labcoat."
if("fabian_coat_open")
src.icon_state = "fabian_coat_closed"
usr << "You button up the coat's buttons."
if("fabian_coat_closed")
src.icon_state = "fabian_coat_open"
usr << "You unbutton the coat's buttons."
else
usr << "You attempt to button-up the velcro on your [src], before promptly realising how retarded you are."
return
@@ -138,15 +132,3 @@
name = "Scientist Labcoat"
desc = "A suit that protects against minor chemical spills. Has a purple stripe on the shoulder."
icon_state = "labcoat_tox_open"
/obj/item/clothing/suit/storage/labcoat/coat_dark
name = "Dark Winter Coat"
desc = "A soft dark coat, with fur on the edges of the hood."
icon_state = "coatdark"
item_state = "coatdark"
/obj/item/clothing/suit/storage/labcoat/coat_white
name = "White Winter Coat"
desc = "A soft white coat, with fur on the edges of the hood."
icon_state = "coatwhite"
item_state = "coatwhite"
+15 -1
View File
@@ -355,4 +355,18 @@
name = "black skirt"
desc = "A plain black and grey skirt"
icon_state = "plaid_black"
item_color = "plaid_black"
item_color = "plaid_black"
/obj/item/clothing/gloves/swat/fluff/hawk_gloves //Sharpshooter gloves - Hawk Silverstone - nebulaflare - DONE
desc = "These tactical gloves are tailor made for a marksman."
name = "\improper Sharpshooter Gloves"
icon = 'icons/obj/custom_items.dmi'
icon_state = "hawk_gloves"
item_state = "swat_gl"
/obj/item/clothing/suit/storage/fluff/fabian_coat //NT Navy coat - Fabian Goellstein - mirkoloio - DONE
name = "NT Navy coat"
desc = "A working coat of the NanoTrasen Navy. The nameplate carries the letters 'GOELLSTEIN'."
icon = 'icons/obj/custom_items.dmi'
icon_state = "fabian_coat_open"
item_state = "fabian_coat_open"