mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
[MIRROR] Tech tile fixes (#8752)
Co-authored-by: Novacat <35587478+Novacat@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -270,6 +270,12 @@
|
|||||||
icon_state = "techtile_maint"
|
icon_state = "techtile_maint"
|
||||||
no_variants = FALSE
|
no_variants = FALSE
|
||||||
|
|
||||||
|
/obj/item/stack/tile/floor/steelgrip
|
||||||
|
name = "steel hi-grip tile"
|
||||||
|
singular_name = "steel hi-grip tile"
|
||||||
|
icon_state = "steeltile_grip"
|
||||||
|
no_variants = FALSE
|
||||||
|
|
||||||
/obj/item/stack/tile/floor/steel_dirty
|
/obj/item/stack/tile/floor/steel_dirty
|
||||||
name = "steel floor tile"
|
name = "steel floor tile"
|
||||||
singular_name = "steel floor tile"
|
singular_name = "steel floor tile"
|
||||||
|
|||||||
@@ -441,6 +441,7 @@ var/list/flooring_types
|
|||||||
/decl/flooring/tiling/new_tile/techmaint
|
/decl/flooring/tiling/new_tile/techmaint
|
||||||
icon_base = "techmaint"
|
icon_base = "techmaint"
|
||||||
build_type = /obj/item/stack/tile/floor/techmaint
|
build_type = /obj/item/stack/tile/floor/techmaint
|
||||||
|
flags = TURF_REMOVE_CROWBAR | TURF_CAN_BREAK | TURF_CAN_BURN
|
||||||
|
|
||||||
/decl/flooring/tiling/new_tile/monofloor
|
/decl/flooring/tiling/new_tile/monofloor
|
||||||
icon_base = "monofloor"
|
icon_base = "monofloor"
|
||||||
@@ -450,6 +451,8 @@ var/list/flooring_types
|
|||||||
|
|
||||||
/decl/flooring/tiling/new_tile/steel_grid
|
/decl/flooring/tiling/new_tile/steel_grid
|
||||||
icon_base = "steel_grid"
|
icon_base = "steel_grid"
|
||||||
|
build_type = /obj/item/stack/tile/floor/steelgrip
|
||||||
|
flags = TURF_REMOVE_CROWBAR | TURF_CAN_BREAK | TURF_CAN_BURN
|
||||||
|
|
||||||
/decl/flooring/tiling/new_tile/steel_ridged
|
/decl/flooring/tiling/new_tile/steel_ridged
|
||||||
icon_base = "steel_ridged"
|
icon_base = "steel_ridged"
|
||||||
|
|||||||
@@ -80,7 +80,13 @@
|
|||||||
new /datum/stack_recipe("closet", /obj/structure/closet, 2, time = 15, one_per_turf = 1, on_floor = 1, recycle_material = "[name]"),
|
new /datum/stack_recipe("closet", /obj/structure/closet, 2, time = 15, one_per_turf = 1, on_floor = 1, recycle_material = "[name]"),
|
||||||
new /datum/stack_recipe("canister", /obj/machinery/portable_atmospherics/canister, 10, time = 15, one_per_turf = 1, on_floor = 1, recycle_material = "[name]"),
|
new /datum/stack_recipe("canister", /obj/machinery/portable_atmospherics/canister, 10, time = 15, one_per_turf = 1, on_floor = 1, recycle_material = "[name]"),
|
||||||
new /datum/stack_recipe("cannon frame", /obj/item/weapon/cannonframe, 10, time = 15, one_per_turf = 0, on_floor = 0, recycle_material = "[name]"),
|
new /datum/stack_recipe("cannon frame", /obj/item/weapon/cannonframe, 10, time = 15, one_per_turf = 0, on_floor = 0, recycle_material = "[name]"),
|
||||||
new /datum/stack_recipe("regular floor tile", /obj/item/stack/tile/floor, 1, 4, 20, recycle_material = "[name]"),
|
new /datum/stack_recipe_list("floor tiles", list(
|
||||||
|
new /datum/stack_recipe("regular floor tile", /obj/item/stack/tile/floor, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
new /datum/stack_recipe("steel hi-grip tile", /obj/item/stack/tile/floor/steelgrip, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
new /datum/stack_recipe("techfloor tile", /obj/item/stack/tile/floor/techgrey, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
new /datum/stack_recipe("techfloor grid tile", /obj/item/stack/tile/floor/techgrid, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
new /datum/stack_recipe("techmaint floor tile", /obj/item/stack/tile/floor/techmaint, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
)),
|
||||||
//Eris Floor tiles- Normal
|
//Eris Floor tiles- Normal
|
||||||
new /datum/stack_recipe_list("eris floors-normal", list(
|
new /datum/stack_recipe_list("eris floors-normal", list(
|
||||||
new /datum/stack_recipe("floor tile", /obj/item/stack/tile/floor/eris/steel, 1, 4, 20, recycle_material = "[name]"),
|
new /datum/stack_recipe("floor tile", /obj/item/stack/tile/floor/eris/steel, 1, 4, 20, recycle_material = "[name]"),
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
Reference in New Issue
Block a user