mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user