chloe plush
This commit is contained in:
evilew
2024-06-04 15:00:00 +02:00
parent b5e6bb5ae0
commit 8df97b15f3
3 changed files with 16 additions and 4 deletions
+6
View File
@@ -1062,6 +1062,12 @@
item_state = "oliver"
attack_verb = list("chomped", "bit")
/obj/item/toy/plush/chloe
desc = "A plush of a chunky red-haired botanist."
icon_state = "chloe"
item_state = "chloe"
attack_verb = list("squished", "hugged", "smushed")
/obj/item/toy/plush/mammal/fox
icon_state = "fox"
item_state = "fox"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 52 KiB

@@ -182,7 +182,7 @@ datum/gear/lyricalpawsring
name = "GATO Badge - Correspondent"
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/accessory/medal/gato_badge/middleman
ckeywhitelist = list("johnjimjim", "sonoida", "yeeny", "not number")
ckeywhitelist = list("johnjimjim", "sonoida", "yeeny", "Not Number")
/datum/gear/halsey_overcoat
name = "Halsey's Commander Overcoat"
category = SLOT_IN_BACKPACK
@@ -213,6 +213,12 @@ datum/gear/lyricalpawsring
path = /obj/item/toy/plush/rose
ckeywhitelist = list("eremitanovem", "sonoida")
/datum/gear/chloe_plush
name = "Chloe Plush"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/chloe
ckeywhitelist = list("Alphas0")
/datum/gear/grimmy_coat
name = "Overcoat of the Destitute"
category = SLOT_IN_BACKPACK
@@ -259,16 +265,16 @@ datum/gear/lyricalpawsring
name = "Weight Gain Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening
ckeywhitelist = list("sonoida", "themrsky", "not_number")
ckeywhitelist = list("sonoida", "themrsky", "Not Number")
/datum/gear/wgspell_transfer
name = "Weight Transfer Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/transfer
ckeywhitelist = list("sonoida", "themrsky", "not_number")
ckeywhitelist = list("sonoida", "themrsky", "Not Number")
/datum/gear/wgspell_take
name = "Weight Steal Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/steal
ckeywhitelist = list("sonoida", "themrsky", "not_number")
ckeywhitelist = list("sonoida", "themrsky", "Not Number")