Skip to content

Commit

Permalink
grass footsteps
Browse files Browse the repository at this point in the history
  • Loading branch information
Paxilmaniac committed Jun 25, 2024
1 parent eb9c765 commit 7ce4396
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/fantasystation_map_generation/turfs/dirt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
planetary_atmos = TRUE
baseturfs = /turf/open/misc/regular_soil

footstep = FOOTSTEP_SAND
barefootstep = FOOTSTEP_SAND
clawfootstep = FOOTSTEP_SAND
footstep = FOOTSTEP_GRASS
barefootstep = FOOTSTEP_GRASS
clawfootstep = FOOTSTEP_GRASS
heavyfootstep = FOOTSTEP_GENERIC_HEAVY

/turf/open/misc/fantasy_grass/Initialize(mapload)
Expand Down

0 comments on commit 7ce4396

Please sign in to comment.