Gives families cops bowman headset, internals (#51921)

* fix

* COMMAS ARGH
This commit is contained in:
FloranOtten
2020-07-08 15:19:59 -04:00
committed by GitHub
parent 33bc24dbc1
commit 791a3897bf
+11 -7
View File
@@ -18,7 +18,7 @@
shoes = /obj/item/clothing/shoes/combat/swat
gloves = null
glasses = /obj/item/clothing/glasses/hud/spacecop
ears = /obj/item/radio/headset/headset_sec
ears = /obj/item/radio/headset/headset_sec/alt
mask = null
head = /obj/item/clothing/head/spacepolice
belt = /obj/item/gun/ballistic/automatic/pistol/m1911
@@ -30,8 +30,8 @@
/obj/item/storage/box/flashbangs = 1,
/obj/item/shield/riot/tele = 1,
/obj/item/ammo_box/magazine/m45 = 3,
/obj/item/ammo_box/c45 = 2)
/obj/item/ammo_box/c45 = 2,
/obj/item/storage/box/survival/security)
/datum/outfit/families_police/beatcop/armored
name = "Families: Armored Beat Cop"
@@ -42,7 +42,8 @@
/obj/item/storage/box/teargas = 1,
/obj/item/storage/box/flashbangs = 1,
/obj/item/shield/riot/tele = 1,
/obj/item/storage/box/lethalshot = 2)
/obj/item/storage/box/lethalshot = 2,
/obj/item/storage/box/survival/security)
/datum/outfit/families_police/beatcop/swat
name = "Families: SWAT Beat Cop"
@@ -54,7 +55,8 @@
/obj/item/storage/box/teargas = 1,
/obj/item/storage/box/flashbangs = 1,
/obj/item/shield/riot/tele = 1,
/obj/item/storage/box/lethalshot = 2)
/obj/item/storage/box/lethalshot = 2,
/obj/item/storage/box/survival/security)
/datum/outfit/families_police/beatcop/fbi
name = "Families: Space FBI Officer"
@@ -67,7 +69,8 @@
/obj/item/storage/box/flashbangs = 1,
/obj/item/shield/riot/tele = 1,
/obj/item/ammo_box/magazine/smgm9mm = 3,
/obj/item/ammo_box/c9mm = 2)
/obj/item/ammo_box/c9mm = 2,
/obj/item/storage/box/survival/security)
/datum/outfit/families_police/beatcop/military
name = "Families: Space Military"
@@ -79,4 +82,5 @@
backpack_contents = list(/obj/item/storage/box/handcuffs = 1,
/obj/item/storage/box/teargas = 1,
/obj/item/storage/box/flashbangs = 1,
/obj/item/shield/riot/tele = 1)
/obj/item/shield/riot/tele = 1,
/obj/item/storage/box/survival/security)