seriously why was this even added in the first place (#7090)

This commit is contained in:
BurgerLUA
2021-07-23 17:48:06 +12:00
committed by GitHub
parent 523a8fb4d5
commit d87344009e
2 changed files with 2 additions and 5 deletions
@@ -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