Skip to content

Commit

Permalink
Добавляем в лодаут прелестного хомяка игрушку (CeladonSS13#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCat15352 authored Jan 5, 2025
1 parent de794a0 commit 4c6df56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file modified mod_celadon/_storge_icons/icons/items/plushes.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions mod_celadon/items/code/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,11 @@
desc = "Faces into the floor!"
icon_state = "hampter_ert"

/obj/item/toy/plush/celadon/hampter/cute
name = "cute hampter"
desc = "A familiar big-eyed cute hampter plushie"
icon_state = "hampster_cute"

/obj/item/toy/plush/celadon/beaver
name = "Beaver plushie"
desc = "A cute soft toy of a beaver. Holding it in your hands, you can hardly restrain yourself from screaming with happiness."
Expand Down
4 changes: 4 additions & 0 deletions mod_celadon/loadout/code/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@
display_name = "hampter the major"
path = /obj/item/toy/plush/celadon/hampter/ert_squad

/datum/gear/plushes/hampter/cute
display_name = "cute hampter"
path = /obj/item/toy/plush/celadon/hampter/cute

// Carpps

/datum/gear/plushes/carpplushie
Expand Down

0 comments on commit 4c6df56

Please sign in to comment.