mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Merge pull request #9611 from H0lySquirr3l/master
Fixes issue in Astras Fluff item.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user