Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions code/game/objects/items/devices/painter/floor_painter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,21 @@
"tile_full",
"tile_corner",
"tile_grid",
"tile_paved",
"tile_dark_standard",
"tile_dark_edge",
"tile_dark_half",
"tile_dark_full",
"tile_dark_corner",
"tile_dark_grid",
"tile_dark_paved",
"tile_white_standard",
"tile_white_edge",
"tile_white_half",
"tile_white_full",
"tile_white_corner",
"tile_white_grid",
"tile_white_paved",
)

/datum/painter/floor/paint_atom(atom/target, mob/user)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
/turf/simulated/floor/plasteel/grid
icon_state = "tile_grid"

/turf/simulated/floor/plasteel/paved
icon_state = "tile_paved"

/turf/simulated/floor/plasteel/dark
icon_state = "tile_dark_standard"

Expand All @@ -38,6 +41,9 @@
/turf/simulated/floor/plasteel/dark/grid
icon_state = "tile_dark_grid"

/turf/simulated/floor/plasteel/dark/paved
icon_state = "tile_dark_paved"

/turf/simulated/floor/plasteel/white
icon_state = "tile_white_standard"

Expand All @@ -60,3 +66,6 @@

/turf/simulated/floor/plasteel/white/grid
icon_state = "tile_white_grid"

/turf/simulated/floor/plasteel/white/paved
icon_state = "tile_white_paved"
Binary file modified icons/turf/floors.dmi
Binary file not shown.
Loading