Skip to content

Commit

Permalink
disk and omnidoor
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeNeverDie committed Jan 19, 2025
1 parent 605175a commit 1ccc35f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion modular_bandastation/outfits/code/centcom.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
backpack_contents = list(
/obj/item/storage/box/survival/centcom,
/obj/item/ammo_box/a357 = 3,
/obj/item/storage/fancy/cigarettes/cigars
/obj/item/storage/fancy/cigarettes/cigars,
/obj/item/door_remote/omni
)
belt = /obj/item/gun/ballistic/revolver/mateba
ears = /obj/item/radio/headset/headset_cent/commander
Expand Down Expand Up @@ -65,6 +66,7 @@
backpack_contents = list(
/obj/item/storage/box/survival/centcom,
/obj/item/stamp/centcom,
/obj/item/door_remote/omni
)
belt = /obj/item/gun/energy/pulse/pistol/m1911
ears = /obj/item/radio/headset/headset_cent/commander
Expand Down Expand Up @@ -144,3 +146,16 @@
/datum/id_trim/centcom/diplomat/New()
. = ..()
access = list(ACCESS_CENT_GENERAL, ACCESS_CENT_SPECOPS, ACCESS_CENT_LIVING) | (SSid_access.get_region_access_list(list(REGION_ALL_STATION)) - ACCESS_CHANGE_IDS)

// Death Squad

/datum/outfit/centcom/death_commando/officer
name = "Death Commando Officer"
backpack_contents = list(
/obj/item/ammo_box/a357 = 1,
/obj/item/flashlight = 1,
/obj/item/grenade/c4/x4 = 1,
/obj/item/storage/box/flashbangs = 1,
/obj/item/storage/medkit/regular = 1,
/obj/item/obj/item/disk/nuclear

Check failure on line 160 in modular_bandastation/outfits/code/centcom.dm

View workflow job for this annotation

GitHub Actions / Run Linters

OD0404: Path /obj/item/obj/item/disk/nuclear does not exist
)

0 comments on commit 1ccc35f

Please sign in to comment.