ERT Commander Rework (#14640)

* ERT Commander Rework

* instant = TRUE

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
This commit is contained in:
Kyep
2020-10-21 09:44:37 -04:00
committed by GitHub
co-authored by Kyep
parent f312297f9d
commit f5a1a359a1
3 changed files with 25 additions and 4 deletions
+5 -2
View File
@@ -38,6 +38,7 @@
uniform = /obj/item/clothing/under/rank/centcom_officer/sensor
back = /obj/item/storage/backpack/ert/commander
l_ear = /obj/item/radio/headset/ert/alt/commander
id = /obj/item/card/id/ert/commander
@@ -81,7 +82,8 @@
belt = /obj/item/gun/energy/gun/blueshield/pdw9
backpack_contents = list(
/obj/item/gun/energy/ionrifle/carbine = 1,
/obj/item/camera_bug/ert = 1,
/obj/item/door_remote/omni = 1,
/obj/item/restraints/handcuffs = 1,
/obj/item/clothing/shoes/magboots = 1,
/obj/item/storage/lockbox/mindshield = 1
@@ -100,7 +102,8 @@
backpack_contents = list(
/obj/item/restraints/handcuffs = 1,
/obj/item/storage/lockbox/mindshield = 1,
/obj/item/gun/energy/ionrifle/carbine = 1,
/obj/item/camera_bug/ert = 1,
/obj/item/door_remote/omni = 1,
/obj/item/ammo_box/magazine/enforcer/lethal = 2
)