From dbe94eafb6ea1beb74666c359a674fc9ecf5ecf3 Mon Sep 17 00:00:00 2001 From: H0lySquirr3l <34927367+H0lySquirr3l@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:39:55 -0600 Subject: [PATCH 1/3] Update loadout_fluffitems_vr.dm --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 6d23cd00c3..2e5aa42056 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -88,8 +88,8 @@ ckeywhitelist = list("arokha") character_name = list("Aronai Sieyes") -/datum/gear/fluff/astraether_ritualknife - path = /obj/item/weapon/material/knife/ritual +/datum/gear/fluff/astra_ritualknife + path = /obj/item/weapon/material/knife/ritual/fluff/astra display_name = "Astra's Ritual Knife" description = "A well kept strange ritual knife, There is a small tag with the name 'Astra Ether' on it. They are probably looking for this." ckeywhitelist = list("astraether") From 3d58ac9f05c58da92b002a1fd4ec3f06796aa948 Mon Sep 17 00:00:00 2001 From: H0lySquirr3l <34927367+H0lySquirr3l@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:44:09 -0600 Subject: [PATCH 2/3] Update loadout_fluffitems_vr.dm --- .../client/preference_setup/loadout/loadout_fluffitems_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm index 2e5aa42056..136c6194ac 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_vr.dm @@ -90,7 +90,7 @@ /datum/gear/fluff/astra_ritualknife path = /obj/item/weapon/material/knife/ritual/fluff/astra - display_name = "Astra's Ritual Knife" + display_name = "Polished Ritual Knife" description = "A well kept strange ritual knife, There is a small tag with the name 'Astra Ether' on it. They are probably looking for this." ckeywhitelist = list("astraether") character_name = list("Astra Ether") From 3e49e23e35361e275cc375b1f6c38d368959b762 Mon Sep 17 00:00:00 2001 From: H0lySquirr3l <34927367+H0lySquirr3l@users.noreply.github.com> Date: Mon, 25 Jan 2021 13:44:42 -0600 Subject: [PATCH 3/3] Update custom_items_vr.dm --- code/modules/vore/fluffstuff/custom_items_vr.dm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index 8aed7f9575..bcb1ad3850 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -1439,7 +1439,9 @@ else to_chat(user, "\The [src] isn't compatible with your body as it is now.") - - - - +// Astra - // Astra +/obj/item/weapon/material/knife/ritual/fluff/astra + name = "Polished Ritual Knife" + desc = "A well kept strange ritual knife, There is a small tag with the name 'Astra Ether' on it. They are probably looking for this." + icon = 'icons/obj/wizard.dmi' + icon_state = "render"