mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
* Ports stuff Ports a lot of stuff from TG, some of it might even work! * Should fix the failed check Should fix the failed check * Allows phones to use the ID card program and aux card slot Allows phones to use one of the two useful programs * Changes preset stuff Removes the old syndicate tablet preset with the nukie one and adds command and atmos phone presets. Replaces all head tablets with phones and fixes atmos techs starting with tablets. * Fixes secureye icon and comms agents not being able to download apps Does as it says * Fixes the build error cant code Co-authored-by: Jamie D <993128+JamieD1@users.noreply.github.com>
9 lines
386 B
Plaintext
9 lines
386 B
Plaintext
//This item doesn't do much on its own, but is required by apps such as Atmospheric Scanner.
|
|
/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
|