Merge pull request #9611 from H0lySquirr3l/master

Fixes issue in Astras Fluff item.
This commit is contained in:
Novacat
2021-01-25 16:29:15 -05:00
committed by GitHub
2 changed files with 9 additions and 7 deletions
@@ -88,9 +88,9 @@
ckeywhitelist = list("arokha")
character_name = list("Aronai Sieyes")
/datum/gear/fluff/astraether_ritualknife
path = /obj/item/weapon/material/knife/ritual
display_name = "Astra's Ritual Knife"
/datum/gear/fluff/astra_ritualknife
path = /obj/item/weapon/material/knife/ritual/fluff/astra
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")
@@ -1439,7 +1439,9 @@
else
to_chat(user, "<span class='warning'>\The [src] isn't compatible with your body as it is now.</span>")
// 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"