massive burndown (#29894)

This commit is contained in:
Contrabang
2025-07-27 13:52:39 -07:00
committed by GitHub
parent a596fba80d
commit 1504ed98be
1043 changed files with 0 additions and 3598 deletions
-2
View File
@@ -18,7 +18,6 @@
throw_speed = 1
throw_range = 5
force = 2
w_class = WEIGHT_CLASS_NORMAL
attack_verb = list("bashed", "whacked")
resistance_flags = FLAMMABLE
drop_sound = 'sound/items/handling/book_drop.ogg'
@@ -393,7 +392,6 @@
name = "\improper Codex Gigas"
desc = "A book documenting the nature of devils, it seems whatever magic that once possessed this codex is long gone."
icon_state = "demonomicon"
throw_speed = 1
throw_range = 10
resistance_flags = LAVA_PROOF | FIRE_PROOF | ACID_PROOF
author = "Forces beyond your comprehension"
-3
View File
@@ -19,12 +19,9 @@
/obj/machinery/computer/library
name = "Library Computer"
desc = "Used by dusty librarians for their dusty books."
icon = 'icons/obj/computer.dmi'
icon_state = "oldcomp"
icon_screen = "library"
icon_keyboard = null
density = TRUE
anchored = TRUE
//We define a required access only to lock library specific actions like ordering/managing books to librarian access+
req_one_access = list(ACCESS_LIBRARY)
@@ -148,7 +148,6 @@
var/category = null
var/book_count = 5
icon_state = "random_bookshelf"
anchored = TRUE
/obj/structure/bookcase/random/Initialize(mapload)
. = ..()