mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
seriously why was this even added in the first place (#7090)
This commit is contained in:
@@ -29,11 +29,8 @@ SUBSYSTEM_DEF(decay)
|
||||
var/list/possible_nests = list(
|
||||
/obj/structure/mob_spawner/spiders,
|
||||
/obj/structure/mob_spawner/bush,
|
||||
/obj/structure/mob_spawner/grapes,
|
||||
/obj/structure/mob_spawner/beehive,
|
||||
/obj/structure/mob_spawner/rats,
|
||||
/obj/structure/mob_spawner/snake,
|
||||
/obj/structure/mob_spawner/beehive/toxic
|
||||
/obj/structure/mob_spawner/rats
|
||||
)
|
||||
|
||||
/datum/controller/subsystem/decay/Initialize()
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
density = FALSE
|
||||
anchored = TRUE
|
||||
layer = TABLE_LAYER
|
||||
max_integrity = 150
|
||||
max_integrity = 100
|
||||
light_range = 2
|
||||
light_power = 1
|
||||
light_color = LIGHT_COLOR_LAVA
|
||||
|
||||
Reference in New Issue
Block a user