mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user