he bork and he woof
This commit is contained in:
@@ -840,6 +840,13 @@
|
|||||||
icon_state = "flynn"
|
icon_state = "flynn"
|
||||||
item_state = "flynn"
|
item_state = "flynn"
|
||||||
|
|
||||||
|
/obj/item/toy/plush/mammal/dog/fritz
|
||||||
|
icon_state = "fritz"
|
||||||
|
item_state = "fritz"
|
||||||
|
attack_verb = list("barked", "boofed", "shotgun'd")
|
||||||
|
obj_flags = UNIQUE_RENAME
|
||||||
|
unique_reskin = list("Goodboye" = "fritz", "Badboye" = "fritz_bad")
|
||||||
|
|
||||||
/obj/item/toy/plush/catgirl
|
/obj/item/toy/plush/catgirl
|
||||||
name = "feline plushie"
|
name = "feline plushie"
|
||||||
desc = "An adorable stuffed toy that resembles a feline."
|
desc = "An adorable stuffed toy that resembles a feline."
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 38 KiB |
@@ -385,4 +385,10 @@ datum/gear/darksabresheath
|
|||||||
name = "Black, Red, and Gold Coat"
|
name = "Black, Red, and Gold Coat"
|
||||||
category = SLOT_WEAR_SUIT
|
category = SLOT_WEAR_SUIT
|
||||||
path = /obj/item/clothing/suit/blackredgold
|
path = /obj/item/clothing/suit/blackredgold
|
||||||
ckeywhitelist = list("ttbnc")
|
ckeywhitelist = list("ttbnc")
|
||||||
|
|
||||||
|
/datum/gear/fritzplush
|
||||||
|
name = "Fritz Plushie"
|
||||||
|
category = SLOT_IN_BACKPACK
|
||||||
|
path = /obj/item/toy/plush/mammal/dog/fritz
|
||||||
|
ckeywhitelist = list("analwerewolf")
|
||||||
Reference in New Issue
Block a user