From e9eb2a9684bd47553d07cc3b973857f2bc7f2bbd Mon Sep 17 00:00:00 2001 From: Amaya Date: Tue, 21 Apr 2020 14:13:17 +0200 Subject: [PATCH] adds lore stuff. --- code/game/objects/items/contraband_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/contraband_vr.dm b/code/game/objects/items/contraband_vr.dm index a7b0c48aa9..b7b70f74a6 100644 --- a/code/game/objects/items/contraband_vr.dm +++ b/code/game/objects/items/contraband_vr.dm @@ -101,11 +101,11 @@ icon_type = "cigar" /obj/item/weapon/miscdisc - name = "wah thing" - desc = "wahwahwah wahwahwa" + name = "strange artefact" + desc = "A large disc-shaped item, with a red, opaque crystal embedded in the center. It is some what heavy. There are indentations along the ring of the disc. Alien scripture lines the disc." icon_state = "wahdisc" icon = 'icons/obj/contraband_vr.dmi' w_class = ITEMSIZE_NORMAL /obj/item/weapon/miscdisc/attack_self(mob/living/user as mob) - to_chat(user, "LORE.") \ No newline at end of file + to_chat(user, "As you hold the large disc in your open palm, fingers cusped around the edge, the crystal embedded in the item begins to vibrate. It lifts itself from the disc a few cenimetres, before beginning to glow with a bright red light. The glow lasts for a few seconds, before the crystal embeds itself back into the disc with a quick snap.") \ No newline at end of file