mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user