mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[MDB IGNORE] Removes tablet cartridges + reworks a ton more (#66505)
- 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
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
..()
|
||||
|
||||
new /obj/item/storage/bag/garment/engineering_chief (src)
|
||||
new /obj/item/computer_hardware/hard_drive/role/ce(src)
|
||||
new /obj/item/computer_hardware/hard_drive/portable/command/ce(src)
|
||||
new /obj/item/radio/headset/heads/ce(src)
|
||||
new /obj/item/megaphone/command(src)
|
||||
new /obj/item/areaeditor/blueprints(src)
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
new /obj/item/clothing/suit/bio_suit/cmo(src)
|
||||
new /obj/item/clothing/head/bio_hood/cmo(src)
|
||||
new /obj/item/storage/bag/garment/chief_medical(src)
|
||||
new /obj/item/computer_hardware/hard_drive/role/cmo(src)
|
||||
new /obj/item/computer_hardware/hard_drive/portable/command/cmo(src)
|
||||
new /obj/item/radio/headset/heads/cmo(src)
|
||||
new /obj/item/megaphone/command(src)
|
||||
new /obj/item/defibrillator/compact/loaded(src)
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
new /obj/item/clothing/suit/bio_suit/scientist(src)
|
||||
new /obj/item/clothing/head/bio_hood/scientist(src)
|
||||
new /obj/item/storage/bag/garment/research_director(src)
|
||||
new /obj/item/computer_hardware/hard_drive/role/rd(src)
|
||||
new /obj/item/computer_hardware/hard_drive/portable/command/rd(src)
|
||||
new /obj/item/radio/headset/heads/rd(src)
|
||||
new /obj/item/megaphone/command(src)
|
||||
new /obj/item/storage/lockbox/medal/sci(src)
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
new /obj/item/clothing/neck/petcollar(src)
|
||||
new /obj/item/pet_carrier(src)
|
||||
new /obj/item/storage/bag/garment/captain(src)
|
||||
new /obj/item/computer_hardware/hard_drive/role/captain(src)
|
||||
new /obj/item/storage/box/silver_ids(src)
|
||||
new /obj/item/radio/headset/heads/captain/alt(src)
|
||||
new /obj/item/radio/headset/heads/captain(src)
|
||||
@@ -30,7 +29,7 @@
|
||||
..()
|
||||
new /obj/item/storage/bag/garment/hop(src)
|
||||
new /obj/item/storage/lockbox/medal/service(src)
|
||||
new /obj/item/computer_hardware/hard_drive/role/hop(src)
|
||||
new /obj/item/computer_hardware/hard_drive/portable/command/hop(src)
|
||||
new /obj/item/radio/headset/heads/hop(src)
|
||||
new /obj/item/storage/box/ids(src)
|
||||
new /obj/item/storage/box/ids(src)
|
||||
@@ -52,7 +51,7 @@
|
||||
/obj/structure/closet/secure_closet/hos/PopulateContents()
|
||||
..()
|
||||
|
||||
new /obj/item/computer_hardware/hard_drive/role/hos(src)
|
||||
new /obj/item/computer_hardware/hard_drive/portable/command/hos(src)
|
||||
new /obj/item/radio/headset/heads/hos(src)
|
||||
new /obj/item/storage/bag/garment/hos(src)
|
||||
new /obj/item/storage/lockbox/medal/sec(src)
|
||||
|
||||
Reference in New Issue
Block a user