Files
GS13NG/code/modules/modular_computers/hardware/sensor_package.dm
EmeraldSundisk 281d829fe6 Revert "uh what?"
This reverts commit 0efa9eb5e5.
2020-09-02 14:07:59 -07:00

9 lines
377 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