Skip to content

Commit

Permalink
Merge pull request #1107 from NevilleTheGreat/editing-verison
Browse files Browse the repository at this point in the history
Thomas plushie
  • Loading branch information
MosleyTheMalO authored Mar 14, 2024
2 parents b814863 + aed33d9 commit 1824819
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modular_splurt/code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,11 @@
icon_state = "leo_oxto"
item_state = "leo_oxto"
squeak_override = list('modular_splurt/sound/voice/raptor_purr.ogg' = 1)

/obj/item/toy/plush/thomas_plush
name = "Thomas The Tank Engine Plushie"
desc = "A plushie resembling Thomas, an anthropomorphised steam Locomotive."
icon = 'modular_splurt/icons/obj/plushes.dmi'
icon_state = "thomas_plush"
item_state = "thomas_plush"
squeak_override = list('modular_splurt/sound/misc/thomas_whistle_movie.ogg' = 1)
Binary file modified modular_splurt/icons/obj/plushes.dmi
Binary file not shown.
Binary file not shown.

0 comments on commit 1824819

Please sign in to comment.