mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Catwalk Tiles have names now & can be recycled (#63142)
This commit is contained in:
@@ -1115,11 +1115,12 @@
|
||||
|
||||
//Catwalk Tiles
|
||||
/obj/item/stack/tile/catwalk_tile //This is our base type, sprited to look maintenance-styled
|
||||
name = "catwalk floor"
|
||||
singular_name = "catwalk floor tile"
|
||||
name = "catwalk plating"
|
||||
singular_name = "catwalk plating tile"
|
||||
desc = "Flooring that shows its contents underneath. Engineers love it!"
|
||||
icon_state = "maint_catwalk"
|
||||
inhand_icon_state = "tile-catwalk"
|
||||
mats_per_unit = list(/datum/material/iron=100)
|
||||
turf_type = /turf/open/floor/catwalk_floor
|
||||
merge_type = /obj/item/stack/tile/catwalk_tile //Just to be cleaner, these all stack with eachother
|
||||
tile_reskin_types = list(
|
||||
@@ -1136,26 +1137,38 @@
|
||||
amount = 60
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/iron
|
||||
name = "iron catwalk floor"
|
||||
singular_name = "iron catwalk floor tile"
|
||||
icon_state = "iron_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/iron
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/iron_white
|
||||
name = "white catwalk floor"
|
||||
singular_name = "white catwalk floor tile"
|
||||
icon_state = "whiteiron_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/iron_white
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/iron_dark
|
||||
name = "dark catwalk floor"
|
||||
singular_name = "dark catwalk floor tile"
|
||||
icon_state = "darkiron_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/iron_dark
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/flat_white
|
||||
name = "flat white catwalk floor"
|
||||
singular_name = "flat white catwalk floor tile"
|
||||
icon_state = "flatwhite_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/flat_white
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/titanium
|
||||
name = "titanium catwalk floor"
|
||||
singular_name = "titanium catwalk floor tile"
|
||||
icon_state = "titanium_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/titanium
|
||||
|
||||
/obj/item/stack/tile/catwalk_tile/iron_smooth //this is the greenish one
|
||||
name = "smooth iron catwalk floor"
|
||||
singular_name = "smooth iron catwalk floor tile"
|
||||
icon_state = "smoothiron_catwalk"
|
||||
turf_type = /turf/open/floor/catwalk_floor/iron_smooth
|
||||
|
||||
|
||||
Reference in New Issue
Block a user