mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-02-09 07:49:09 +00:00
* Icons folder cleaning wave two * Merge conflict resolution * Modular path hell * hmm * Update 2022-10.yml * Another modular thing --------- Co-authored-by: YesterdaysPromise <122572637+YesterdaysPromise@users.noreply.github.com> Co-authored-by: Giz <vinylspiders@gmail.com>
34 lines
1.4 KiB
Plaintext
34 lines
1.4 KiB
Plaintext
/obj/machinery/door/puzzle/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"
|
|
default_raw_text = "<b>Here lies the vast collection of He Who Knows Ten Thousand Things. Damned be those who seek its knowledge for power.</b>"
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary
|
|
name = "diary entry 13"
|
|
default_raw_text = "It has been a week since the library was buried, and I haven't seen the owl since. I am so hungry that I can barely muster the energy to think, let alone write. The knowledge seekers seem unaffected."
|
|
|
|
/obj/item/paper/crumpled/fluff/stations/lavaland/library/diary2
|
|
name = "diary entry 18"
|
|
default_raw_text = "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 depths of its knowledge."
|
|
|
|
/obj/item/feather
|
|
name = "feather"
|
|
desc = "A dark, wilting feather. It seems as old as time."
|
|
icon = 'icons/obj/service/bureaucracy.dmi'
|
|
icon_state = "feather"
|
|
force = 0
|
|
throwforce = 0
|
|
w_class = WEIGHT_CLASS_TINY
|