34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
/obj/machinery/door/keycard/library
|
|
name = "wooden door"
|
|
desc = "A dusty, scratched door with a thick lock attached."
|
|
icon = 'icons/obj/doors/puzzledoor/wood.dmi'
|
|
puzzle_id = "library"
|
|
open_message = "The door opens with a loud creak."
|
|
|
|
/obj/item/keycard/library
|
|
name = "golden key"
|
|
desc = "A dull, golden key."
|
|
icon_state = "golden_key"
|
|
puzzle_id = "library"
|
|
|
|
/obj/item/paper/crumpled/bloody/fluff/stations/lavaland/library/warning
|
|
name = "ancient note"
|
|
info = "<b>Here lies the vast collection of He Who Knows Ten Thousand Things. May all who pursue this knowledge for power be cursed a thousand times.</b>"
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary
|
|
name = "diary entry 13"
|
|
info = "It has been a week since the library was buried. I am so hungry that I can barely muster the energy to think, let alone write. The owl is gone."
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary2
|
|
name = "diary entry 18"
|
|
info = "I've lost track of time. I lack the strength to even pick up books off the shelves. To think, after all this time spent searching for the library, I will die before I can so much as graze the depth of its knowledge."
|
|
|
|
/obj/item/feather
|
|
name = "feather"
|
|
desc = "A dark, wilting feather. It seems as old as time."
|
|
icon = 'icons/obj/objects.dmi'
|
|
icon_state = "feather"
|
|
force = 0
|
|
throwforce = 0
|
|
w_class = WEIGHT_CLASS_TINY
|