Skip to content

Commit

Permalink
indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jul 4, 2024
1 parent 9b38cb2 commit 116a1ad
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions code/game/turfs/hybrisa.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,46 +93,46 @@
icon_state = "sidewalk"

/turf/open/hybrisa/street/sidewalk/south
dir = SOUTH
dir = SOUTH

/turf/open/hybrisa/street/sidewalk/north
dir = NORTH
dir = NORTH

/turf/open/hybrisa/street/sidewalk/west
dir = WEST
dir = WEST

/turf/open/hybrisa/street/sidewalk/east
dir = EAST
dir = EAST

/turf/open/hybrisa/street/sidewalk/northeast
dir = NORTHEAST
dir = NORTHEAST

/turf/open/hybrisa/street/sidewalk/southwest
dir = SOUTHWEST
dir = SOUTHWEST

/turf/open/hybrisa/street/sidewalk/northwest
dir = NORTHWEST
dir = NORTHWEST

/turf/open/hybrisa/street/sidewalk/southeast
dir = SOUTHEAST
dir = SOUTHEAST


// Center

/turf/open/hybrisa/street/sidewalkcenter
icon_state = "sidewalkcenter"
icon_state = "sidewalkcenter"

/turf/open/hybrisa/street/sidewalkcenter/south
dir = SOUTH
dir = SOUTH

/turf/open/hybrisa/street/sidewalkcenter/north
dir = NORTH
dir = NORTH

/turf/open/hybrisa/street/sidewalkcenter/west
dir = WEST
dir = WEST

/turf/open/hybrisa/street/sidewalkcenter/east
dir = EAST
dir = EAST

//-------------------------------------//

Expand Down Expand Up @@ -286,43 +286,43 @@
icon_state = "green_bigtile"

/turf/open/floor/hybrisa/tile/green_bigtile/south
dir = SOUTH
dir = SOUTH

/turf/open/floor/hybrisa/tile/green_bigtile/north
dir = NORTH
dir = NORTH

/turf/open/floor/hybrisa/tile/green_bigtile/west
dir = WEST
dir = WEST

/turf/open/floor/hybrisa/tile/green_bigtile/east
dir = EAST
dir = EAST

/turf/open/floor/hybrisa/tile/green_bigtile/northeast
dir = NORTHEAST
dir = NORTHEAST

/turf/open/floor/hybrisa/tile/green_bigtile/southwest
dir = SOUTHWEST
dir = SOUTHWEST

/turf/open/floor/hybrisa/tile/green_bigtile/northwest
dir = NORTHWEST
dir = NORTHWEST

/turf/open/floor/hybrisa/tile/green_bigtile/southeast
dir = SOUTHEAST
dir = SOUTHEAST

/turf/open/floor/hybrisa/tile/greencorner_bigtile
icon_state = "greencorner_bigtile"

/turf/open/floor/hybrisa/tile/greencorner_bigtile/south
dir = SOUTH
dir = SOUTH

/turf/open/floor/hybrisa/tile/greencorner_bigtile/north
dir = NORTH
dir = NORTH

/turf/open/floor/hybrisa/tile/greencorner_bigtile/west
dir = WEST
dir = WEST

/turf/open/floor/hybrisa/tile/greencorner_bigtile/east
dir = EAST
dir = EAST

//

Expand Down

0 comments on commit 116a1ad

Please sign in to comment.