mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
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:
@@ -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>", \
|
||||
Reference in New Issue
Block a user