From 62b2d7d4c79ed372ed467b18baa5d6b1d44c515e Mon Sep 17 00:00:00 2001 From: Sierra Brown Date: Sat, 3 Oct 2015 09:13:48 -0700 Subject: [PATCH] Fortune Bloise's Shield Pendant Item Path: /obj/item/clothing/tie/fluff/fortune_shieldpendant Sprite Path: icons/obj/custom_items/fortune_shieldpendant.dmi Thread: http://aurorastation.org/forums/viewtopic.php?f=100&t=1792 --- code/modules/customitems/item_defines.dm | 15 ++++++++++++++- icons/obj/custom_items/fortune_shieldpendant.dmi | Bin 0 -> 1215 bytes 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 icons/obj/custom_items/fortune_shieldpendant.dmi diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 1c3e616c..8044f6a0 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1310,4 +1310,17 @@ END R I P HAZERI icon = 'icons/obj/custom_items/varan_dataslate.dmi' icon_state = "varan_dataslate" item_state = "varan_dataslate" - contained_sprite = 1 \ No newline at end of file + contained_sprite = 1 + +// Fortune Bloise - swat43 - Shield Pendant +/obj/item/clothing/tie/fluff/fortune_shieldpendant + name = "shield pendant" + desc = "A small blue shield shaped pendant with two small wings attached to it." + icon = 'icons/obj/custom_items/fortune_shieldpendant.dmi' + icon_state = "fortune_shieldpendant" + item_color = "fortune_shieldpendant" + contained_sprite = 1 + slot_flags = SLOT_MASK + +/obj/item/clothing/tie/fluff/fortune_shieldpendant/New() + inv_overlay = image("icon" = 'icons/obj/custom_items/fortune_shieldpendant.dmi', "icon_state" = "fortune_shieldpendant_w") \ No newline at end of file diff --git a/icons/obj/custom_items/fortune_shieldpendant.dmi b/icons/obj/custom_items/fortune_shieldpendant.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4389ae4b5939ac4083b258b615a1790fe6f18d21 GIT binary patch literal 1215 zcmeAS@N?(olHy`uVBq!ia0vp^2|(9!G7sH>eRD0+iV|jeSRz=~ZArW&< zoKdx@eE&b|*1mPW3w3{8JjgrGPAblrNB{o`Zw3bD&z>%hAr*7p&bG~d>>+Xd|K=D; z<5hY5&7rK*Y8r%Z-$^Q%c*#{}$J(A%B8{w5f3ie#@on>%$P!+ju+!t^p@g882Y(q7 z6+>B)%C&vf{>CJpy!hJf(=9o(y1Il8w@YW9{5-o_XYL{8frqB}L#4&A3L4Eyti|1=RcmjQLf%2lY5)2%Q5h4|-vz{sSs)Rh= zZYA!1nEUjy*~?D02y`c(+bQJqWS#P-5TO2uEx)*~Zz}cFSnWRd*Iyn-fhphKq-~De zT@&^^(B08{ug8Yf5T&HP5b$@&NF^o60QEZ^epR~;<7K#+87U9 zoGtxrHJkhj3l>+$HGlo5ot0djWVN;K=7HlOuNb#)-|n57H|tr@_gvwrEN|YvUD~&r zNBcBS#Qs+4x|`4O0@0#vu*B_ zhLjJCOPb8&`a=a+BzSgRyjnhUO&KGDy83)U7RH?0X|6v_rFg$o*-jFec$?isikIPY zLaCMPnKWabcIU4zgVlE_@zp37Keze&__#eI!`WvMj1f-~Bd;mtKkA&rpsCuRE*RwX z=FJf20_^%c&NsH5_4Bh!mdoj^ z^#0%Xv!Gb~?_XW3?cH_%g|_8xHsA@aWW2(>X$eb8^W>PeckkbC&MR-&(^B%GzhAw3 z>59h|IVMuNRSq8uw%uLA0`#I7`-+UCk1YHeflB!K`Msyl*!TXjoq}^7M_2UP)X0pj zQ3bK#spprgo@u`SmapjGcN>4nHpbJN3}&Cz_`xc2jxmzc^*PY&4)uq1|2G-z*!Nz) z?8=s(TF=_!J&&EwKhO{)`|^2hXqVBUqi^H-L|iO-+T%4T97cqc0I srofhy