mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
18 lines
697 B
Plaintext
18 lines
697 B
Plaintext
//This item doesn't do much on its own, but is required by apps such as AtmoZphere.
|
|
/obj/item/computer_hardware/sensorpackage
|
|
name = "sensor package"
|
|
desc = "An integrated sensor package allowing a computer to take readings from the environment. Required by certain programs."
|
|
icon_state = "servo"
|
|
w_class = WEIGHT_CLASS_TINY
|
|
device_type = MC_SENSORS
|
|
expansion_hw = TRUE
|
|
|
|
/obj/item/computer_hardware/radio_card
|
|
name = "integrated radio card"
|
|
desc = "An integrated signaling assembly for computers to send an outgoing frequency signal. Required by certain programs."
|
|
icon_state = "signal_card"
|
|
w_class = WEIGHT_CLASS_TINY
|
|
device_type = MC_SIGNALER
|
|
expansion_hw = TRUE
|
|
power_usage = 10
|