diff --git a/code/game/objects/items/storage/fancy.dm b/code/game/objects/items/storage/fancy.dm index 8754a2cc..2d1b0b57 100644 --- a/code/game/objects/items/storage/fancy.dm +++ b/code/game/objects/items/storage/fancy.dm @@ -392,3 +392,9 @@ icon_type = "silver ring" spawn_type = /obj/item/clothing/gloves/ring/silver +/obj/item/storage/fancy/ringbox/lyricalpaws + name = "Ornate Ring Box" + desc = "A rich royal blue felted box, the inside lined with a beautiful black silk. It was clearly designed to hold a ring of sorts." + icon_state = "paws ringbox" + icon_type = "ornate ring" + spawn_type = /obj/item/clothing/gloves/ring/lyricalpaws diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm index 430469a0..245ed606 100644 --- a/code/modules/clothing/gloves/ring.dm +++ b/code/modules/clothing/gloves/ring.dm @@ -29,4 +29,10 @@ name = "silver ring" item_state = "sring" icon_state = "ringsilver" - desc = "A tiny silver ring, sized to wrap around a finger." \ No newline at end of file + desc = "A tiny silver ring, sized to wrap around a finger." + +/obj/item/clothing/gloves/ring/lyricalpaws + name = "Ornate Wedding Ring" + item_state = "dring" + icon_state = "ringpaws" + desc = "A worn golden ring emblazoned with a finely cut Emerald and Ruby alongside each other. The inside of the ring has the phrase 'Per aspera ad astra.' engraved in to it." \ No newline at end of file diff --git a/icons/obj/ring.dmi b/icons/obj/ring.dmi index 3b985fa2..ef564a9a 100644 Binary files a/icons/obj/ring.dmi and b/icons/obj/ring.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index b715a8b3..e2df1e45 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -112,10 +112,10 @@ cost = 0 ckeywhitelist = list("lyricalpaws") -datum/gear/darksabresheath - name = "Dark Sabre Sheath" +datum/gear/lyricalpawsring + name = "Ornate Ring Box" category = SLOT_IN_BACKPACK - path = /obj/item/storage/belt/sabre/chloesabre + path = /obj/item/storage/fancy/ringbox/lyricalpaws ckeywhitelist = list("lyricalpaws") /datum/gear/cherostavikmask