From 6134d072e3f554283a7f8a951c9a7a1bd49ffea2 Mon Sep 17 00:00:00 2001 From: Alphas00 <154434082+Alphas00@users.noreply.github.com> Date: Sun, 16 Jun 2024 21:15:09 +0200 Subject: [PATCH] Update artifact.dm --- code/modules/research/xenoarch/artifact.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/xenoarch/artifact.dm b/code/modules/research/xenoarch/artifact.dm index 6c45cb08..67254426 100644 --- a/code/modules/research/xenoarch/artifact.dm +++ b/code/modules/research/xenoarch/artifact.dm @@ -74,7 +74,7 @@ if(!do_after(user,50,target=src)) to_chat(user,"You need to stand still to extract the seeds.") return - var/seed = pick(list( /obj/item/seeds/lipoplant, + var/seed = pick(list( ///obj/item/seeds/lipoplant, /obj/item/seeds/amauri, /obj/item/seeds/gelthi, /obj/item/seeds/jurlmah,