mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
Updates the mech ammo duffel bags into two separate types for each kind of mech. Each with equivalent ammunition and the toolbelt. (#91711)
This commit is contained in:
@@ -592,15 +592,15 @@
|
||||
// ~~ Mech Support ~~
|
||||
|
||||
/datum/uplink_item/mech/support_bag
|
||||
name = "Mech Support Kit Bag"
|
||||
desc = "A duffel bag containing ammo for four full reloads of the scattershot carbine which is equipped on standard Dark Gygax and Mauler exosuits. Also comes with some support equipment for maintaining the mech, including tools and an inducer."
|
||||
item = /obj/item/storage/backpack/duffelbag/syndie/ammo/mech
|
||||
name = "Dark Gygax Support Duffel Bag"
|
||||
desc = "A duffel bag containing ammo for isx full reloads of the scattershot exosuit weapon, which is equipped on standard Dark Gygax exosuits. Also comes with some support equipment for maintaining the mech, including tools and an inducer."
|
||||
item = /obj/item/storage/backpack/duffelbag/syndie/ammo/darkgygax
|
||||
cost = 4
|
||||
purchasable_from = UPLINK_SERIOUS_OPS
|
||||
|
||||
/datum/uplink_item/mech/support_bag/mauler
|
||||
name = "Mauler Ammo Bag"
|
||||
desc = "A duffel bag containing ammo for three full reloads of the LMG, scattershot carbine, and SRM-8 missile launcher that are equipped on a standard Mauler exosuit."
|
||||
name = "Mauler Support Duffel Bag"
|
||||
desc = "A duffel bag containing ammo for three full reloads of the LMG and SRM-8 missile launcher that are equipped on a standard Mauler exosuit. Also comes with some support equipment for maintaining the mech, including tools and an inducer."
|
||||
item = /obj/item/storage/backpack/duffelbag/syndie/ammo/mauler
|
||||
cost = 6
|
||||
purchasable_from = UPLINK_SERIOUS_OPS
|
||||
|
||||
Reference in New Issue
Block a user