fixxes
This commit is contained in:
@@ -11,4 +11,4 @@
|
||||
throw_speed = 4
|
||||
attack_verb = list("sliced")
|
||||
hitsound = 'sound/weapons/bladeslice.ogg'
|
||||
sharpness = IS_SHARP
|
||||
sharpness = SHARP_POINTY
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user