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
+7
View File
@@ -2051,6 +2051,13 @@ All custom items with worn sprites must follow the contained sprite system: http
item_state = "kath_journal"
color = null
/obj/item/journal/fluff/kathira/Initialize()
. = ..()
var/obj/item/folder/embedded/E = generate_index("Journal")
for(var/i = 1 to 5)
new /obj/item/paper(E)
update_icon()
/obj/item/organ/internal/augment/fluff/kath_legbrace // Leg Support Augment - Kathira El-Hashem - thegreywolf
name = "leg support augment"
desc = "A leg augment to aid in the mobility of an otherwise disabled leg."