Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jan 12, 2025
1 parent 2c3c7c1 commit 7079d9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/turf_flags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
#define CHANGETURF_RECALC_ADJACENT 32 //Immediately recalc adjacent atmos turfs instead of queuing.

#define IS_OPAQUE_TURF(turf) (turf.directional_opacity == ALL_CARDINALS)
#define OUTSIDE_JUNK_DISTRIBUTION list("nest" = 1, "salvage" = 2, "trash" = 2, "nothing" = 95)

14 changes: 7 additions & 7 deletions code/modules/fallout/turf/ground.dm
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ GLOBAL_LIST_INIT(plant_type_weighted, list(
"tree" = 10,
))

/turf/open/indestructible/ground/outside/dirthole
name = "Dirt hole"
icon_state = "dirthole"
desc = "A dirt hole."
slowdown = 1
flags_1 = ADJACENCIES_OVERLAY
greeble = OUTSIDE_JUNK_DISTRIBUTION
// /turf/open/indestructible/ground/outside/dirthole
// name = "Dirt hole"
// icon_state = "dirthole"
// desc = "A dirt hole."
// slowdown = 1
// flags_1 = ADJACENCIES_OVERLAY
// greeble = OUTSIDE_JUNK_DISTRIBUTION

/turf/open/indestructible/ground/outside/river
name = "river"
Expand Down
1 change: 0 additions & 1 deletion modular_coyote/code/modules/turf_changes/PlantGrass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
qdel(turfPlant)
. = ..()

#define OUTSIDE_JUNK_DISTRIBUTION list("nest" = 1, "salvage" = 2, "trash" = 2, "nothing" = 95)

/turf/open/indestructible/ground/outside/dirt
spawnPlants = TRUE
Expand Down

0 comments on commit 7079d9c

Please sign in to comment.