diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 6a90fa7e1f0..348a9178721 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1224,9 +1224,6 @@ item_color = "fethasnecklace" slot_flags = SLOT_MASK | SLOT_TIE -<<<<<<< HEAD - -======= /obj/item/weapon/bedsheet/fluff/hugosheet //HugoLuman: Dan Martinez name = "Cosmic space blankie" desc = "Made from the dreams of space children everywhere." @@ -1235,5 +1232,4 @@ righthand_file = 'icons/mob/inhands/fluff_righthand.dmi' icon_state = "sheetcosmos" item_state = "sheetcosmos" - item_color = "sheetcosmos" ->>>>>>> 179477ed078256f709c70b05fd03040cb8d46ca3 + item_color = "sheetcosmos" \ No newline at end of file