Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 28, 2024
1 parent f17c104 commit 4d9bebe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/game/turfs/simulated/floor/floor_types_eris.dm
Original file line number Diff line number Diff line change
Expand Up @@ -860,14 +860,17 @@
icon_state = "techmaint_cargo"
initial_flooring = /datum/prototype/flooring/tiling/eris/techmaint_cargo

// todo: DECLARE_FLOORING, /grass/thick
/datum/prototype/flooring/grass/heavy
name = "heavy grass"
id = "ThickGrass"
name = "thick grass"
desc = "A dense ground coating of grass"
flooring_flags = TURF_REMOVE_SHOVEL
icon = 'icons/turf/outdoors.dmi'
icon_base = "grass-heavy"
has_base_range = 3

// todo: get rid of this once DECLARE_FLOORING is done for /grass/heavy
CREATE_STANDARD_TURFS(/turf/simulated/floor/outdoors/grass/heavy)
/turf/simulated/floor/outdoors/grass/heavy
name = "heavy grass"
Expand Down

0 comments on commit 4d9bebe

Please sign in to comment.