mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 20:42:08 +00:00
- All tablets who previously had apps in a cartridge now has them built-into their tablet instead. This means it costs space for it. - Rebalances the sizes of several apps to help them fit on Command tablets (Cargo ordering costed 20!!) - Removes tablet cartridges, they've been reworked into a regular old portable disk (the same you use for toxins/borgs) - Removes Signaller (the module required to run the signaller app) from tablets (likely will remove more in the future) - Refactors the health/chem scanning app to not be as bad - Dehardcodes detomatix resistance - Ability to send PDA's to all is now tied to your access rather than a cartridge - Moves 'eject disk' button to the very top of the UI
9 lines
377 B
Plaintext
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
|