diff --git a/mod_celadon/_storge_icons/icons/items/plushes.dmi b/mod_celadon/_storge_icons/icons/items/plushes.dmi
index f0c94e68d54d..f79dac511827 100644
Binary files a/mod_celadon/_storge_icons/icons/items/plushes.dmi and b/mod_celadon/_storge_icons/icons/items/plushes.dmi differ
diff --git a/mod_celadon/items/code/plushes.dm b/mod_celadon/items/code/plushes.dm
index 1240112f5dc2..8debe876adc2 100644
--- a/mod_celadon/items/code/plushes.dm
+++ b/mod_celadon/items/code/plushes.dm
@@ -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."
diff --git a/mod_celadon/loadout/code/plushes.dm b/mod_celadon/loadout/code/plushes.dm
index 9c04748b15c2..3c139bc65705 100644
--- a/mod_celadon/loadout/code/plushes.dm
+++ b/mod_celadon/loadout/code/plushes.dm
@@ -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