From 428285bfe5fe30efb72263933dae04e80feb0b83 Mon Sep 17 00:00:00 2001 From: Cazdon <47765135+JKnutson101@users.noreply.github.com> Date: Thu, 3 Oct 2019 08:29:27 -0400 Subject: [PATCH] Fixed deathcult tome icon path (#12488) --- code/game/gamemodes/cult/cult_datums.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/cult/cult_datums.dm b/code/game/gamemodes/cult/cult_datums.dm index a3b9329bf6c..8979ac0c383 100644 --- a/code/game/gamemodes/cult/cult_datums.dm +++ b/code/game/gamemodes/cult/cult_datums.dm @@ -79,7 +79,7 @@ /datum/cult_info/death name = "Cult of Mortality" theme = "death" - tome_icon = "firetome" + tome_icon = "deathtome" entity_name = "The Reaper" entity_title1 = "The Silent One"