From 40385ae846ef287f413ce3b3ba56ffab9cfa8dcf Mon Sep 17 00:00:00 2001 From: rhoemer22 <39843543+rhoemer22@users.noreply.github.com> Date: Sat, 2 Jun 2018 00:49:18 +0200 Subject: [PATCH 1/2] Update packs.dm --- code/modules/cargo/packs.dm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index eabdb240d107..3debcabb0a69 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -59,7 +59,16 @@ /obj/item/clothing/mask/bandana/skull)//so you can properly #cargoniabikergang crate_name = "Biker Kit" crate_type = /obj/structure/closet/crate/large - + + -/datum/supply_pack/emergency/droneshells +- name = "Drone Shell Crate" +- desc = "The station's little helpers. Contains three Drone Shells." +- cost = 1000 +- contains = list(/obj/item/drone_shell, +- /obj/item/drone_shell, +- /obj/item/drone_shell) +- crate_name = "drone shell crate" +- /datum/supply_pack/emergency/equipment name = "Emergency Bot/Internals Crate" desc = "Explosions got you down? These supplies are guaranteed to patch up holes, in stations and people alike! Comes with two floorbots, two medbots, five oxygen masks and five small oxygen tanks." From df1e5284866a6b4807cd87fd6cc6fcf495700c6c Mon Sep 17 00:00:00 2001 From: rhoemer22 <39843543+rhoemer22@users.noreply.github.com> Date: Sat, 2 Jun 2018 00:55:05 +0200 Subject: [PATCH 2/2] Update packs.dm --- code/modules/cargo/packs.dm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index 3debcabb0a69..073a68a7798f 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -60,15 +60,7 @@ crate_name = "Biker Kit" crate_type = /obj/structure/closet/crate/large - -/datum/supply_pack/emergency/droneshells -- name = "Drone Shell Crate" -- desc = "The station's little helpers. Contains three Drone Shells." -- cost = 1000 -- contains = list(/obj/item/drone_shell, -- /obj/item/drone_shell, -- /obj/item/drone_shell) -- crate_name = "drone shell crate" -- + /datum/supply_pack/emergency/equipment name = "Emergency Bot/Internals Crate" desc = "Explosions got you down? These supplies are guaranteed to patch up holes, in stations and people alike! Comes with two floorbots, two medbots, five oxygen masks and five small oxygen tanks."