diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm
index c5eba9ade53..e9453c9b3ca 100644
--- a/code/modules/customitems/item_defines.dm
+++ b/code/modules/customitems/item_defines.dm
@@ -276,7 +276,7 @@
to_chat(target, "You comb your tail with the [src].")
used = 1
-/obj/item/device/fluff/desolate_coat_kit //DesolateG: Michael Smith
+/obj/item/device/fluff/desolate_coat_kit //DesolateG: Micheal Smith
name = "armored jacket conversion kit"
desc = "Flaps of dark fabric, probably used to somehow modify some sort of an armored garment. Won't help with protection, though."
icon_state = "modkit"
@@ -335,7 +335,7 @@
to_chat(user, "You can't modify [target]!")
-/obj/item/device/fluff/desolate_baton_kit //DesolateG: Michael Smith
+/obj/item/device/fluff/desolate_baton_kit //DesolateG: Micheal Smith
name = "stun baton conversion kit"
desc = "Some sci-fi looking parts for a stun baton."
icon = 'icons/obj/custom_items.dmi'
@@ -588,7 +588,7 @@
/obj/item/clothing/head/fluff/heather_winceworth // Regens: Heather Winceworth
name= "Heather's rose"
desc= "A beautiful purple rose for your hair."
- icon= 'icons/obj/clothing/hats.dmi'
+ icon= 'icons/obj/custom_items.dmi'
icon_state = "hairflowerp"
item_state = "hairflowerp"
@@ -1263,6 +1263,30 @@
item_color = "victorianlightfire"
displays_id = FALSE
+
+/obj/item/device/fluff/decemviri_spacepod_kit //Decemviri: Sylus Cain
+ name = "Spacepod mod kit"
+ desc = "a kit on tools and a blueprint detailing how to reconfigure a spacepod"
+ icon_state = "modkit"
+
+/obj/item/device/fluff/decemviri_spacepod_kit/afterattack(atom/target, mob/user, proximity)
+ if(!proximity || !ishuman(user) || user.incapacitated())
+ return
+
+ if(!istype(target, /obj/spacepod))
+ to_chat(user, "You can't modify [target]!")
+ return
+
+ to_chat(user, "You modify the appearance of [target] based on the kite blueprints.")
+ var/obj/spacepod/pod = target
+ pod.icon = 'icons/48x48/custom_pod.dmi'
+ pod.icon_state = "pod_dece"
+ pod.name = "sleek spacepod"
+ pod.desc = "A modified varient of a space pod."
+ pod.can_paint = FALSE
+ used = 1
+ qdel(src)
+
/obj/item/weapon/bikehorn/fluff/pinkbikehorn //Xerdies: Squiddle Toodle
name = "Honkinator5000"
desc = "This horn may look ridiculous but is the new hot item for clowns in the Clown Empire. It has a fine print on its side reading: Property of Prince Honktertong the IV"