mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
39 lines
1.0 KiB
Plaintext
39 lines
1.0 KiB
Plaintext
/datum/category_item/autolathe/devices/consolescreen
|
|
name = "console screen"
|
|
path =/obj/item/stock_parts/console_screen
|
|
|
|
/datum/category_item/autolathe/devices/igniter
|
|
name = "igniter"
|
|
path =/obj/item/assembly/igniter
|
|
|
|
/datum/category_item/autolathe/devices/signaler
|
|
name = "signaler"
|
|
path =/obj/item/assembly/signaler
|
|
|
|
/datum/category_item/autolathe/devices/sensor_infra
|
|
name = "infrared sensor"
|
|
path =/obj/item/assembly/infra
|
|
|
|
/datum/category_item/autolathe/devices/timer
|
|
name = "timer"
|
|
path =/obj/item/assembly/timer
|
|
|
|
/datum/category_item/autolathe/devices/sensor_prox
|
|
name = "proximity sensor"
|
|
path =/obj/item/assembly/prox_sensor
|
|
|
|
/datum/category_item/autolathe/devices/beartrap
|
|
name = "mechanical trap"
|
|
path =/obj/item/beartrap
|
|
|
|
/datum/category_item/autolathe/devices/barbedwire
|
|
name = "barbed wire"
|
|
path = /obj/item/material/barbedwire
|
|
hidden = 1
|
|
resources = list(MAT_STEEL = 10000)
|
|
|
|
/datum/category_item/autolathe/devices/electropack
|
|
name = "electropack"
|
|
path =/obj/item/radio/electropack
|
|
hidden = 1
|