Makes journals recolourable, and adds them to the loadout so they're accessible to anyone (#18366)

* adds journal to loadout

* cuts apart journal into overlays + bases

* swaps out full sprites for bases + uncoloured overlays (the paper)

* makes sprite white ready for recolouring

* default journal colour

* changelog

* sprites to library.dmi

* downsizes the journal (no longer bigger than a house)
This commit is contained in:
Llywelwyn
2024-02-11 18:54:55 +00:00
committed by GitHub
parent 2deb8e2783
commit 7f1db2d6ac
5 changed files with 55 additions and 3 deletions
@@ -42,6 +42,12 @@
folders["yellow folder"] = /obj/item/folder/yellow
gear_tweaks += new /datum/gear_tweak/path(folders)
/datum/gear/utility/journal
display_name = "journal"
description = "A journal, kind of like a folder, but bigger! And personal."
path = /obj/item/journal
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/fountainpen
display_name = "fountain pen selection"
description = "A selection of fountain pens."