From 14d08124c80b74f51e69a7cdf09a18b38440aaff Mon Sep 17 00:00:00 2001 From: Metis <100518708+sheepishgoat@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:25:01 -0400 Subject: [PATCH] fixxes --- GainStation13/code/clothing/hud.dm | 2 +- GainStation13/code/modules/gym/gym.dm | 4 ++-- GainStation13/code/structures/table.dm | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/GainStation13/code/clothing/hud.dm b/GainStation13/code/clothing/hud.dm index 447456ed96..c5bfa0507c 100644 --- a/GainStation13/code/clothing/hud.dm +++ b/GainStation13/code/clothing/hud.dm @@ -11,4 +11,4 @@ throw_speed = 4 attack_verb = list("sliced") hitsound = 'sound/weapons/bladeslice.ogg' - sharpness = IS_SHARP + sharpness = SHARP_POINTY diff --git a/GainStation13/code/modules/gym/gym.dm b/GainStation13/code/modules/gym/gym.dm index 63451f00ea..bf8e2feb55 100644 --- a/GainStation13/code/modules/gym/gym.dm +++ b/GainStation13/code/modules/gym/gym.dm @@ -83,7 +83,7 @@ /obj/item/circuitboard/machine/treadmill name = "Treadmill (Machine Board)" - build_path = /obj/item/conveyor_construct/treadmill + build_path = /obj/machinery/treadmill req_components = list(/obj/item/stock_parts/manipulator = 1) /datum/design/treadmill @@ -91,7 +91,7 @@ id = "treadmill" build_type = AUTOLATHE | PROTOLATHE materials = list(/datum/material/iron = 50, /datum/material/glass = 50) - build_path = /obj/machinery/treadmill + build_path = /obj/item/circuitboard/machine/treadmill category = list("inital", "Construction") departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING diff --git a/GainStation13/code/structures/table.dm b/GainStation13/code/structures/table.dm index 112e6aec77..db1d8ea53e 100644 --- a/GainStation13/code/structures/table.dm +++ b/GainStation13/code/structures/table.dm @@ -15,7 +15,6 @@ desc = "A seedy table for seedy dealings in seedy places." icon = 'GainStation13/icons/obj/smooth_structures/plaswoodpoker_table.dmi' icon_state = "plaswoodpoker_table" - frame = /obj/structure/table_frame/plaswood buildstack = /obj/item/stack/tile/carpet /obj/structure/table/gmushroom @@ -33,5 +32,4 @@ desc = "A seedy table for seedy dealings in seedy places." icon = 'GainStation13/icons/obj/smooth_structures/gmushroompoker_table.dmi' icon_state = "gmushroompoker_table" - frame = /obj/structure/table_frame/gmushroom buildstack = /obj/item/stack/tile/carpet