From 7101c50b34eafa0953b2b9cd791490ba92af8daa Mon Sep 17 00:00:00 2001 From: sqnztb Date: Thu, 17 Dec 2020 23:13:38 -0500 Subject: [PATCH] Added codex and heart to hallucination flavor text (#55577) --- code/modules/flufftext/Hallucination.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index 459f5444ba9..7d345fca129 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -756,6 +756,7 @@ GLOBAL_LIST_INIT(hallucination_list, list( "revolver","energy sword","cryptographic sequencer","power sink","energy bow",\ "hybrid taser","stun baton","flash","syringe gun","circular saw","tank transfer valve",\ "ritual dagger","spellbook",\ + "Codex Cicatrix", "Living Heart",\ "pulse rifle","captain's spare ID","hand teleporter","hypospray","antique laser gun","X-01 MultiPhase Energy Gun","station's blueprints"\ )] into [equipped_backpack].")