From fff55e1c88d31f5c94f38d1a4b998e42412bb3ed Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Mon, 24 May 2021 10:21:24 -0400 Subject: [PATCH] Luceism Book Sprite Fix (#11946) --- code/modules/background/religion/human.dm | 2 +- html/changelogs/doxxmedearly - luceism_book_fix.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/doxxmedearly - luceism_book_fix.yml diff --git a/code/modules/background/religion/human.dm b/code/modules/background/religion/human.dm index 3f8e13e7314..9601a124be7 100644 --- a/code/modules/background/religion/human.dm +++ b/code/modules/background/religion/human.dm @@ -73,4 +73,4 @@ the Ennoia. Though it is, unsurprisingly, strongest on Assunzione, followers of the faith can be found throughout the Orion Spur alongside their \ houses of worship." book_name = "Luceian Book of Scripture and Prayers" - book_sprite = "luce" + book_sprite = "luce2" diff --git a/html/changelogs/doxxmedearly - luceism_book_fix.yml b/html/changelogs/doxxmedearly - luceism_book_fix.yml new file mode 100644 index 00000000000..1161a94f05e --- /dev/null +++ b/html/changelogs/doxxmedearly - luceism_book_fix.yml @@ -0,0 +1,6 @@ +author: Doxxmedearly + +delete-after: True + +changes: + - bugfix: "The Luceism holy book should now have a sprite."