mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
List killening (#8333)
This commit is contained in:
@@ -293,10 +293,5 @@
|
||||
if(tree_chance && prob(tree_chance) && !check_density())
|
||||
new /obj/structure/flora/tree/jungle(src)
|
||||
|
||||
grass_types = list(
|
||||
/obj/structure/flora/ausbushes/fullgrass = 40,
|
||||
/obj/structure/flora/ausbushes/sparsegrass = 40,
|
||||
/obj/structure/prop/desert_planet64x64/palmuria = 10,
|
||||
/obj/structure/prop/desert_planet64x64/palmuria1 = 10
|
||||
)
|
||||
grass = "thor"
|
||||
. = ..()
|
||||
|
||||
@@ -181,10 +181,10 @@
|
||||
edge_blending_priority = 6
|
||||
movement_cost = 2
|
||||
initial_flooring = /decl/flooring/snow
|
||||
turf_layers = list(
|
||||
/*turf_layers = list( CHOMP Removal Begin
|
||||
/turf/simulated/floor/outdoors/rocks,
|
||||
/turf/simulated/floor/outdoors/dirt
|
||||
)
|
||||
) CHOMP Removal End */
|
||||
|
||||
/turf/simulated/floor/outdoors/snow/sif/planetuse/Entered(atom/A)
|
||||
if(isliving(A))
|
||||
|
||||
Reference in New Issue
Block a user