From e00f54640726c8a3078c58e543be7d586d6e2446 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:39:21 -0400 Subject: [PATCH] Update supply.dm --- code/datums/supplypacks/supply.dm | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/code/datums/supplypacks/supply.dm b/code/datums/supplypacks/supply.dm index f2abb5b7fbd..28663e11fc7 100644 --- a/code/datums/supplypacks/supply.dm +++ b/code/datums/supplypacks/supply.dm @@ -151,15 +151,17 @@ /obj/item/device/geiger, /obj/item/clothing/suit/storage/hooded/explorer, /obj/item/device/flashlight/glowstick, + /obj/item/device/flashlight, /obj/item/stack/marker_beacon/thirty, /obj/item/weapon/storage/belt/explorer, /obj/item/clothing/mask/gas/explorer, /obj/item/weapon/cartridge/explorer, /obj/item/device/gps/explorer, - /obj/item/weapon/cartridge/explorer, /obj/item/clothing/under/explorer, /obj/item/device/radio/headset/explorer, /obj/item/clothing/shoes/boots/winter/explorer, + /obj/item/weapon/material/knife/tacknife/survival, + /obj/item/weapon/material/knife/machete, /obj/item/clothing/accessory/holster/machete, ) cost=25 @@ -170,11 +172,21 @@ /datum/supply_pack/pilotgear name= "Pilot gear" contains = list ( + /obj/item/weapon/storage/backpack/parachute, /obj/item/device/radio/headset/pilot, + /obj/item/device/radio/headset/pilot/alt, + /obj/item/clothing/mask/gas/half, /obj/item/device/flashlight/glowstick, /obj/item/stack/marker_beacon/thirty, /obj/item/device/gps/explorer, + /obj/item/clothing/gloves/fingerless, /obj/item/device/cataloguer/compact, + /obj/item/clothing/suit/storage/toggle/bomber/pilot, + /obj/item/clothing/shoes/boots/winter/explorer, + /obj/item/device/flashlight, + /obj/item/weapon/material/knife/tacknife/survival, + /obj/item/clothing/head/pilot_vr, + /obj/item/clothing/under/rank/pilot1, ) cost=20 containertype = /obj/structure/closet/crate/secure/xion