mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[Mostly-Modular] Expansive Shipping Part 1: Mostly Armaments (#2091)
* Expansive Shipping Pt 1 * price oopsie * changelog1 * Paycheck and Crate value compliance * Woopsie, Fixing Hydrohelper being in Packs DM file * //Skyrat Edit * //SKYRAT EDIT ADDITIONING
This commit is contained in:
@@ -73,6 +73,12 @@
|
||||
access_view = ACCESS_ARMORY
|
||||
contains = list(/obj/item/ammo_box/magazine/wt550m9)
|
||||
|
||||
/datum/supply_pack/goody/wt550ammoap //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/goody/wt550ammoic //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/goody/techbox //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/goody/sologamermitts
|
||||
name = "Insulated Gloves Single-Pack"
|
||||
desc = "The backbone of modern society. Barely ever ordered for actual engineering."
|
||||
|
||||
@@ -551,6 +551,8 @@
|
||||
/obj/item/ammo_box/c38/trac)
|
||||
crate_name = "tracking implant crate"
|
||||
|
||||
/datum/supply_pack/security/armory/riotshotguns //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/security/armory/laserarmor
|
||||
name = "Reflector Vest Crate"
|
||||
desc = "Contains two vests of highly reflective material. Each armor piece diffuses a laser's energy by over half, as well as offering a good chance to reflect the laser entirely. Requires Armory access to open."
|
||||
@@ -613,6 +615,8 @@
|
||||
var/item = pick(contains)
|
||||
new item(C)
|
||||
|
||||
/datum/supply_pack/security/armory/mafia //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/security/armory/swat
|
||||
name = "SWAT Crate"
|
||||
desc = "Contains two fullbody sets of tough, fireproof, pressurized suits designed in a joint effort by IS-ERI and Nanotrasen. Each set contains a suit, helmet, mask, combat belt, and combat gloves. Requires Armory access to open."
|
||||
@@ -629,6 +633,8 @@
|
||||
/obj/item/clothing/gloves/tackler/combat)
|
||||
crate_name = "swat crate"
|
||||
|
||||
/datum/supply_pack/security/armory/woodstock //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/security/armory/wt550
|
||||
name = "WT-550 Auto Rifle Crate"
|
||||
desc = "Contains two high-powered, semiautomatic rifles chambered in 4.6x30mm. Requires Armory access to open."
|
||||
@@ -646,6 +652,7 @@
|
||||
/obj/item/ammo_box/magazine/wt550m9,
|
||||
/obj/item/ammo_box/magazine/wt550m9)
|
||||
|
||||
/datum/supply_pack/security/armory/wt550ammovariety //SKYRAT EDIT ADDITION
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////// Engineering /////////////////////////////////////
|
||||
@@ -1413,6 +1420,8 @@
|
||||
crate_name = "shield generators crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science
|
||||
|
||||
/datum/supply_pack/science/techshellpack //SKYRAT EDIT ADDITION
|
||||
|
||||
/datum/supply_pack/science/transfer_valves
|
||||
name = "Tank Transfer Valves Crate"
|
||||
desc = "The key ingredient for making a lot of people very angry very fast. Contains two tank transfer valves. Requires RD access to open."
|
||||
|
||||
Reference in New Issue
Block a user