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