Skip to content

Commit

Permalink
Fix checker tiles (#11266)
Browse files Browse the repository at this point in the history
* initial

* Revert "initial"

This reverts commit fa87a2a.

* Merge branch 'master' of https://github.com/DrDuckedGoose/BeeStation-Hornet

* Update iron_floor.dm

* Alternate - 31 7 24
  • Loading branch information
DrDuckedGoose authored Aug 1, 2024
1 parent bdc56a7 commit 6bc6e9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/items/stacks/tiles/tile_iron.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,13 @@
merge_type = /obj/item/stack/tile/iron/checker
tile_rotate_dirs = list(SOUTH, NORTH)

/obj/item/stack/tile/iron/checker/other
name = "alternate checker tile"
singular_name = "alternate checker floor tile"
icon_state = "tile_checker"
turf_type = /turf/open/floor/iron/checker/other
merge_type = /obj/item/stack/tile/iron/checker/other

/obj/item/stack/tile/iron/dark/textured
name = "dark textured tile"
singular_name = "dark textured floor tile"
Expand Down
5 changes: 5 additions & 0 deletions code/game/turfs/open/floor/iron_floor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
floor_tile = /obj/item/stack/tile/iron/dark_corner

/turf/open/floor/iron/checker
icon_state = "blackwhite"
base_icon_state = "blackwhite"
floor_tile = /obj/item/stack/tile/iron/checker

/turf/open/floor/iron/checker/other
icon_state = "checker"
base_icon_state = "checker"
floor_tile = /obj/item/stack/tile/iron/checker
Expand Down

0 comments on commit 6bc6e9b

Please sign in to comment.