Adds "Harold's Cane" and "Farwa plush doll"

Adds the defines and custom sprites for 2 approved custom items.

http://baystation12.net/forums/viewtopic.php?f=33&t=9960
http://baystation12.net/forums/viewtopic.php?f=33&t=9780
This commit is contained in:
Jarcolr
2014-04-21 19:32:05 +03:00
parent 756d7a83e9
commit 80b4e0fa5b
4 changed files with 24 additions and 0 deletions
+24
View File
@@ -976,3 +976,27 @@
item_state = "sakura_hokkaido_kimono"
item_color = "sakura_hokkaido_kimono"
///////////////////////////// Astronovus - Harold's Cane ////////////////////////////
/obj/item/weapon/cane/fluff/harold
name = "Harold's Cane"
desc = "A cane with a wooden handle and a plastic frame capable of folding itself to make it more storable."
w_class = 1.0
icon = 'icons/obj/custom_items.dmi'
item_state = "foldcane"
icon_state = "foldcane"
//////////////////////////// Footman - Farwa Plush Doll //////////////////////////////////
/obj/item/weapon/fluff/farwadoll
name = "Farwa plush doll"
desc = "A Farwa plush doll. It's soft and comforting!"
w_class = 1.0
icon = 'icons/obj/custom_items.dmi'
item_state = "farwaplush"
icon_state = "farwaplush"
/obj/item/weapon/fluff/farwadoll/attack_self(mob/user as mob)
user.visible_message("<span class='notice'>[user] hugs [src]! How cute! </span>", \
"<span class='notice'>You hug [src]. Dawwww... </span>", \