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)