Skip to content

Commit

Permalink
Blahaj (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiyamenotehifunana and michiyamenotehifunana authored Aug 21, 2024
1 parent a092a05 commit 407cc10
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1344,6 +1344,17 @@
name = "void carp plushie"
icon_state = "voidcarp"

/obj/item/toy/plushie/shark
name = "shark plush"
desc = "A plushie depicting a somewhat cartoonish shark. The tag calls it a 'hákarl', noting that it was made by an obscure furniture manufacturer in old Scandinavia."
item_icons = list(
slot_l_hand_str = 'icons/mob/items/lefthand_plushes.dmi',
slot_r_hand_str = 'icons/mob/items/righthand_plushes.dmi',
)
icon_state = "blahaj"
item_state = "blahaj"


/*Inflatable Duck*/

/obj/item/toy/junk/inflatable_duck
Expand Down
6 changes: 4 additions & 2 deletions code/game/objects/random/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@
/obj/structure/plushie/carp,\
/obj/structure/plushie/beepsky,\
/obj/item/toy/plushie/fumo/arcueid,\
/obj/item/toy/plushie/fumo/necochaos) // Not a dense structure like the rest, but it's actually life sized.
/obj/item/toy/plushie/fumo/necochaos,\
/obj/item/toy/plushie/shark) // Not a dense structure like the rest, but it's actually life sized.

/obj/random/toy/plushie_onlycarp
name = "random carp plushie"
Expand Down Expand Up @@ -338,7 +339,8 @@
/obj/structure/plushie/carp,\
/obj/structure/plushie/beepsky,\
/obj/item/toy/plushie/fumo/arcueid,\
/obj/item/toy/plushie/fumo/necochaos)
/obj/item/toy/plushie/fumo/necochaos,\
/obj/item/toy/plushie/shark)

/*Arcade Junk*/

Expand Down
Binary file added icons/mob/items/lefthand_plushes.dmi
Binary file not shown.
Binary file added icons/mob/items/righthand_plushes.dmi
Binary file not shown.
Binary file modified icons/obj/toy.dmi
Binary file not shown.

0 comments on commit 407cc10

Please sign in to comment.