Prepwork for mapping modular laptops/helmcams (#5789)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Some prepwork for mapping modular laptops/helmcams
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game

Remaking the PR without all the mapping because it wasnt merged fast
enough last time, causing me to conflict with my newest mapping project.
<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->
This commit is contained in:
Monara
2023-07-27 09:53:56 -07:00
committed by GitHub
parent 008387ea82
commit b59cd866d9
7 changed files with 33 additions and 2 deletions
@@ -98,3 +98,11 @@
/obj/item/modular_computer/laptop/preset/custom_loadout/standard/pathfinder/install_default_programs()
..()
hard_drive.store_file(new/datum/computer_file/program/camera_monitor/explohelmet())
/obj/item/modular_computer/laptop/preset/custom_loadout/standard/searchandrescue
name = "\improper S&R's laptop"
/obj/item/modular_computer/laptop/preset/custom_loadout/standard/searchandrescue/install_default_programs()
..()
hard_drive.store_file(new/datum/computer_file/program/camera_monitor/explohelmet())
hard_drive.store_file(new/datum/computer_file/program/suit_sensors())
@@ -26,3 +26,12 @@
network_card = new/obj/item/computer_hardware/network_card(src)
battery_module = new/obj/item/computer_hardware/battery_module/micro(src)
battery_module.charge_to_full()
/obj/item/modular_computer/tablet/preset/custom_loadout/standard/security
name = "\improper Security Officer's tablet"
/obj/item/modular_computer/tablet/preset/custom_loadout/standard/security/install_default_programs()
..()
hard_drive.store_file(new/datum/computer_file/program/camera_monitor())
hard_drive.store_file(new/datum/computer_file/program/camera_monitor/sechelmet())
hard_drive.store_file(new/datum/computer_file/program/digitalwarrant())