Skip to content

Commit

Permalink
special name and desc for debug tome
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilysen committed Jul 27, 2023
1 parent 1250369 commit 83398d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/gamemodes/cult/arcane_tome.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83398d8

Please sign in to comment.