mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #15997 from LanCartwright/m90glproperlyremoved
Do it right first time edition 2. M90GL edition.
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user