From 83398d80d4d000034c8ab95c87aadeee35e44903 Mon Sep 17 00:00:00 2001 From: Ava Date: Thu, 27 Jul 2023 17:31:13 -0400 Subject: [PATCH] special name and desc for debug tome --- code/game/gamemodes/cult/arcane_tome.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/gamemodes/cult/arcane_tome.dm b/code/game/gamemodes/cult/arcane_tome.dm index a2f93cb59df..431a6f216fa 100644 --- a/code/game/gamemodes/cult/arcane_tome.dm +++ b/code/game/gamemodes/cult/arcane_tome.dm @@ -163,8 +163,12 @@ /// Debug tome that automatically converts on pickup. Should never appear regularly. /obj/item/arcane_tome/debug + name = "debug tome" scribe_speed = 1 SECOND // Not quite instant, but close to it +/obj/item/arcane_tome/debug/get_examine_desc() + return SPAN_DANGER("This should never appear in normal play - report this on the issue tracker if you see it in a normal round!") + /obj/item/arcane_tome/debug/pickup(mob/living/user) . = ..() if (user.mind)