Fixes some issues with loadout wristbounds & tablets (#12127)

This commit is contained in:
Casper3667
2021-07-03 23:44:57 +02:00
committed by GitHub
parent c3aad714b3
commit 7806e5f585
5 changed files with 18 additions and 11 deletions

View File

@@ -14,9 +14,11 @@
flashlight = new /obj/item/computer_hardware/flashlight(src)
battery_module.charge_to_full()
/obj/item/modular_computer/handheld/preset/generic
enrolled = 0
/obj/item/modular_computer/handheld/preset/civilian
_app_preset_type = /datum/modular_computer_app_presets/civilian
enrolled = DEVICE_PRIVATE
/obj/item/modular_computer/handheld/preset/civilian/bartender/Initialize()
. = ..()

View File

@@ -9,8 +9,7 @@
battery_module.charge_to_full()
/obj/item/modular_computer/handheld/wristbound/preset/cheap/generic
_app_preset_type = /datum/modular_computer_app_presets/civilian
enrolled = DEVICE_PRIVATE
enrolled = 0
/obj/item/modular_computer/handheld/wristbound/preset/advanced/install_default_hardware()
..()
@@ -28,8 +27,10 @@
enrolled = DEVICE_COMPANY
/obj/item/modular_computer/handheld/wristbound/preset/advanced/generic
enrolled = 0
/obj/item/modular_computer/handheld/wristbound/preset/advanced/civilian
_app_preset_type = /datum/modular_computer_app_presets/civilian
enrolled = DEVICE_PRIVATE
/obj/item/modular_computer/handheld/wristbound/preset/advanced/cargo
icon_state = "wristbound_cargo"
@@ -79,9 +80,6 @@
/obj/item/modular_computer/handheld/wristbound/preset/advanced/command/captain
_app_preset_type = /datum/modular_computer_app_presets/command/captain
/obj/item/modular_computer/handheld/wristbound/preset/advanced/generic
_app_preset_type = /datum/modular_computer_app_presets/civilian
/obj/item/modular_computer/handheld/wristbound/preset/advanced/representative
_app_preset_type = /datum/modular_computer_app_presets/representative
enrolled = DEVICE_PRIVATE