mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
[MIRROR] Security Officer, Detective and Warden spawn with tablets. [MDB IGNORE] (#9251)
* Security starts with tablets. (#62537) * Security Officer, Detective and Warden spawn with tablets. Co-authored-by: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com>
This commit is contained in:
co-authored by
GuillaumePrata
parent
a1d177cea9
commit
528a41e38b
@@ -52,6 +52,7 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/detective_scanner = 1,
|
||||
/obj/item/melee/baton = 1,
|
||||
/obj/item/modular_computer/tablet/preset/advanced/security = 1,
|
||||
/obj/item/storage/box/evidence = 1,
|
||||
)
|
||||
belt = /obj/item/pda/detective
|
||||
|
||||
@@ -206,6 +206,7 @@ GLOBAL_LIST_EMPTY(security_officer_distribution)
|
||||
suit_store = /obj/item/gun/energy/disabler
|
||||
backpack_contents = list(
|
||||
/obj/item/melee/baton/security/loaded = 1,
|
||||
/obj/item/modular_computer/tablet/preset/advanced/security = 1,
|
||||
)
|
||||
belt = /obj/item/pda/security
|
||||
ears = /obj/item/radio/headset/headset_sec/alt
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
suit_store = /obj/item/gun/energy/disabler
|
||||
backpack_contents = list(
|
||||
/obj/item/melee/baton/security/loaded = 1,
|
||||
/obj/item/modular_computer/tablet/preset/advanced/security = 1,
|
||||
)
|
||||
belt = /obj/item/pda/warden
|
||||
ears = /obj/item/radio/headset/headset_sec/alt
|
||||
|
||||
@@ -65,6 +65,12 @@
|
||||
hard_drive.store_file(new /datum/computer_file/program/alarm_monitor)
|
||||
hard_drive.store_file(new /datum/computer_file/program/supermatter_monitor)
|
||||
|
||||
/obj/item/modular_computer/tablet/preset/advanced/security/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/computer_hardware/hard_drive/small/hard_drive = find_hardware_by_name("solid state drive")
|
||||
hard_drive.store_file(new /datum/computer_file/program/crew_manifest)
|
||||
hard_drive.store_file(new /datum/computer_file/program/robocontrol)
|
||||
|
||||
/obj/item/modular_computer/tablet/preset/advanced/command/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/computer_hardware/hard_drive/small/hard_drive = find_hardware_by_name("solid state drive")
|
||||
|
||||
Reference in New Issue
Block a user