Skip to content

Commit

Permalink
Adds pinocchio plush (#1517)
Browse files Browse the repository at this point in the history
* Adds pinocchio plush

* Pinocchio Plush PT 2

* naming pino plush in DMI

* Update neutral.dm

* just putting pinoplush on agents

* Update plushes.dmi
  • Loading branch information
Litberries authored Oct 15, 2023
1 parent a922bcd commit 3a03748
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/quirks/neutral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
heirloom_type = pick(/obj/item/toy/plush/malkuth, /obj/item/toy/plush/netzach, /obj/item/toy/plush/hod, /obj/item/toy/plush/lisa, /obj/item/toy/plush/enoch, /obj/item/toy/plush/yesod, /obj/item/toy/plush/gebura)
// Common folk
if("Agent")
heirloom_type = pick(/obj/item/toy/plush/bigbird, /obj/item/toy/plush/big_bad_wolf)
heirloom_type = pick(/obj/item/toy/plush/bigbird, /obj/item/toy/plush/big_bad_wolf, /obj/item/toy/plush/pinocchio)
if("Agent Intern")
heirloom_type = pick(/obj/item/toy/plush/scorched)
if("Clerk")
Expand Down
5 changes: 5 additions & 0 deletions code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,11 @@
gender = FEMALE
squeak_override = list('sound/abnormalities/scorchedgirl/pre_ability.ogg'=1)

/obj/item/toy/plush/pinocchio
name = "pinocchio plushie"
desc = "A plushie depicting pinocchio."
icon_state = "pinocchio"

// Others
/obj/item/toy/plush/bongbong
name = "bongbong plushie"
Expand Down
Binary file modified icons/obj/plushes.dmi
Binary file not shown.

0 comments on commit 3a03748

Please sign in to comment.