mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
adds "paved" floors (#32112)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 not shown.
|
Before Width: | Height: | Size: 241 KiB After Width: | Height: | Size: 242 KiB |
Reference in New Issue
Block a user