Add journals and notepads with blank paper (#21418)

They are going to be filled anyway, and this way people won't have to
raid paper bins nearly as much. It adds a variant of the notepad and the
journal that is pre-filled with 5 blank papers. It also adds 5 blank
papers to my own custom item as an extension of this.
Also this fixes a runtime error when journals with content were deleted.
This commit is contained in:
Casper3667
2025-10-05 14:26:52 +00:00
committed by GitHub
parent 2d9d4ce4b6
commit f69c0e94a7
6 changed files with 73 additions and 21 deletions
@@ -919,7 +919,7 @@ GLOBAL_DATUM_INIT(gear_tweak_modsuit_configuration, /datum/gear_tweak/modsuit_co
/datum/gear/faction/scc_notepad
display_name = "SCC notepad"
description = "A notepad for jotting down notes in corporate meetings. This one is navy blue with a gold SCC logo on the front."
path = /obj/item/journal/notepad/scc
path = /obj/item/journal/notepad/scc/filled
sort_category = "Factions"
cost = 1
faction = null
@@ -46,13 +46,13 @@
/datum/gear/utility/journal
display_name = "journal"
description = "A journal, kind of like a folder, but bigger! And personal."
path = /obj/item/journal
path = /obj/item/journal/filled
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/notepad
display_name = "notepad"
description = "A notepad for jotting down notes in meetings or interrogations."
path = /obj/item/journal/notepad
path = /obj/item/journal/notepad/filled
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/fountainpen