mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +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:
@@ -293,10 +293,13 @@
|
||||
icon_state = "duffel-syndieammo"
|
||||
inhand_icon_state = "duffel-syndieammo"
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/mech
|
||||
desc = "A large duffel bag, packed to the brim with various exosuit ammo."
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/darkgygax
|
||||
name = "\improper Dark Gygax ammunition duffel bag"
|
||||
desc = "A large duffel bag, packed to the brim with ammunition for the scattershot exosuit weapon. Suited to equipping the standard loadout of a Dark Gygax."
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/mech/PopulateContents()
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/darkgygax/PopulateContents()
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
@@ -304,18 +307,17 @@
|
||||
new /obj/item/storage/belt/utility/syndicate(src)
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/mauler
|
||||
desc = "A large duffel bag, packed to the brim with various exosuit ammo."
|
||||
name = "\improper Mauler ammunition duffel bag"
|
||||
desc = "A large duffel bag, packed to the brim with various exosuit ammo. Suited to equipping the standard loadout of a Dark Gygax."
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/ammo/mauler/PopulateContents()
|
||||
new /obj/item/mecha_ammo/lmg(src)
|
||||
new /obj/item/mecha_ammo/lmg(src)
|
||||
new /obj/item/mecha_ammo/lmg(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/scattershot(src)
|
||||
new /obj/item/mecha_ammo/missiles_srm(src)
|
||||
new /obj/item/mecha_ammo/missiles_srm(src)
|
||||
new /obj/item/mecha_ammo/missiles_srm(src)
|
||||
new /obj/item/storage/belt/utility/syndicate(src)
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/syndie/med/medicalbundle
|
||||
desc = "A large duffel bag containing a medical equipment, a Donksoft LMG, a big jumbo box of riot darts, and a magboot MODsuit module."
|
||||
|
||||
Reference in New Issue
Block a user