mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 01:52:15 +00:00
Fixes some issues with loadout wristbounds & tablets (#12127)
This commit is contained in:
@@ -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()
|
||||
. = ..()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user