Skip to content

Commit

Permalink
Plushening
Browse files Browse the repository at this point in the history
  • Loading branch information
BonniePandora committed Sep 30, 2024
1 parent 7c7eaf4 commit 0d5026d
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
25 changes: 25 additions & 0 deletions code/game/objects/items/toys/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,31 @@
desc = "It says it is a plush on the tag, at least."
icon_state = "rock"

/obj/item/toy/plush/otter
name = "otter plush"
desc = "A perfectly sized snuggable river weasel plush. Keep away from Clams."
icon_state = "otter"

/obj/item/toy/plush/fox
name = "fox plush"
desc = "What does the fox say? Well, this one says nothing on account of it being a stuffed toy."
icon_state = "fox"

/obj/item/toy/plush/kitten
name = "kitten plush"
desc = "A plushie of a cute kitten. Sadly, this one won't purr like the real thing."
icon_state = "kbitty"

/obj/item/toy/plush/box
name = "box plush"
desc = "A toy box plushie, it holds cotton."
icon_state = "box"

/obj/item/toy/plush/carp
name = "carp plush"
desc = "A stuffed toy that resembles a mythological space carp."
icon_state = "carp"

/obj/item/toy/plush/therapy
name = "therapy plush"
desc = "A therapeutic toy to assist marines in recovering from mental and behavioral disorders after experiencing the trauma of battles."
Expand Down
20 changes: 20 additions & 0 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,26 @@ GLOBAL_LIST_EMPTY(gear_datums_by_name)
display_name = "Rock plush"
path = /obj/item/toy/plush/rock

/datum/gear/plush/otter
display_name = "Otter plush"
path = /obj/item/toy/plush/otter

/datum/gear/plush/fox
display_name = "Fox plush"
path = /obj/item/toy/plush/fox

/datum/gear/plush/kitten
display_name = "Kitten plush"
path = /obj/item/toy/plush/kitten

/datum/gear/plush/box
display_name = "Box plush"
path = /obj/item/toy/plush/box

/datum/gear/plush/carp
display_name = "Carp plush"
path = /obj/item/toy/plush/carp

/datum/gear/plush/therapy
display_name = "Therapy plush"
path = /obj/item/toy/plush/therapy
Expand Down
Binary file modified icons/obj/items/plush.dmi
Binary file not shown.

0 comments on commit 0d5026d

Please sign in to comment.