Skip to content

Commit

Permalink
[MIRROR] New separate item sprites for mono floor tiles (#2746)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubblenaut <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2024
1 parent dec9329 commit 210386f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/stacks/tiles/tile_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@
/obj/item/stack/tile/mono
name = "steel mono tile"
singular_name = "steel mono tile"
icon_state = "tile"
icon_state = "tile_mono"
matter = list(MATERIAL_STEEL = 450)
obj_flags = OBJ_FLAG_CONDUCTIBLE

/obj/item/stack/tile/mono/dark
name = "dark mono tile"
singular_name = "dark mono tile"
icon_state = "fr_tile"
icon_state = "fr_tile_mono"
matter = list(MATERIAL_STEEL = 450)
obj_flags = OBJ_FLAG_CONDUCTIBLE

/obj/item/stack/tile/mono/white
name = "white mono tile"
singular_name = "white mono tile"
icon_state = "tile_white"
icon_state = "tile_white_mono"
matter = list(MATERIAL_PLASTIC = 450)

/obj/item/stack/tile/grid
Expand Down
Binary file modified icons/obj/tiles.dmi
Binary file not shown.

0 comments on commit 210386f

Please sign in to comment.