mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-20 02:56:40 +01:00
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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user