From d9bca073087a1eba54d72f2153490c95aa4b291f Mon Sep 17 00:00:00 2001 From: Akke Date: Wed, 9 Mar 2016 23:18:53 +0000 Subject: [PATCH] @steelpoint you didn't remove the bundles. --- .../objects/items/weapons/storage/backpack.dm | 27 ------------------- code/modules/uplink/uplink_item.dm | 7 ----- 2 files changed, 34 deletions(-) diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index 7b31f68f058..0d453eeb6b9 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -399,21 +399,6 @@ new /obj/item/ammo_box/magazine/smgm45(src) return - -/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo/fireteam - desc = "A large dufflebag, packed to the brim with .45, 5.56, and .50 ammo." - -/obj/item/weapon/storage/backpack/dufflebag/syndie/ammo/fireteam/New() - ..() - contents = list() - for(var/i in 1 to 4) - new /obj/item/ammo_box/magazine/smgm45(src) - for(var/i in 1 to 3) - new /obj/item/ammo_box/magazine/m556(src) - new /obj/item/ammo_box/a40mm(src) - new /obj/item/ammo_box/magazine/sniper_rounds(src) - return - /obj/item/weapon/storage/backpack/dufflebag/syndie/c20rbundle desc = "A large dufflebag containing a C20r, some magazines, and a cheap looking suppressor." @@ -426,18 +411,6 @@ new /obj/item/weapon/suppressor/specialoffer(src) return -/obj/item/weapon/storage/backpack/dufflebag/syndie/m90glbundle - desc = "A large dufflebag containing an M90gl, a magazine, four additional grenades, and a pack of Syndicate cigarettes." - -/obj/item/weapon/storage/backpack/dufflebag/syndie/m90glbundle/New() - ..() - contents = list() - new /obj/item/ammo_box/magazine/m556(src) - new /obj/item/ammo_box/a40mm(src) - new /obj/item/weapon/gun/projectile/automatic/m90(src) - new /obj/item/weapon/storage/fancy/cigarettes/cigpack_syndicate(src) - return - /obj/item/weapon/storage/backpack/dufflebag/syndie/bulldogbundle desc = "A large dufflebag containing a Bulldog, several drums, and a collapsed hardsuit." diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 685fb69e0b0..9f80f82ed5e 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -120,13 +120,6 @@ var/list/uplink_items = list() // Global list so we only initialize this once. item = /obj/item/weapon/storage/backpack/dufflebag/syndie/med/bioterrorbundle cost = 30 // normally 42 -/datum/uplink_item/nukeoffer/ammo - name = "Fireteam bundle" - desc = "For the team player: A duffelbag filled with enough ammo to kit out a fireteam; four .45 magazines, \ - three 5.56 magazines, a box of 40mm grenades, and a magazine of sniper ammunition; all at a discounted price." - item = /obj/item/weapon/storage/backpack/dufflebag/syndie/ammo/fireteam - cost = 24 // normally ?? - // Dangerous Items /datum/uplink_item/dangerous category = "Conspicuous and Dangerous Weapons"