mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
## About The Pull Request These speedloaders were repathed in a previous upstream, but because we had subtypes of the old paths that weren't updated during the upstream pull, using the parent type paths wouldn't cause errors, it'd just fail silently. ## Why It's Good For The Game Fix ## Proof Of Testing No
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
//Lockers used in cargodiselost.dmm
|
|
|
|
//Ammo storage in freighter armoury
|
|
/obj/structure/closet/freighterammo
|
|
name = "Ammo Storage"
|
|
|
|
//Freighter QM's gear locker
|
|
/obj/structure/closet/secure_closet/personal/cabinet/freighterboss
|
|
name = "Personal Closet"
|
|
|
|
/obj/structure/closet/freighterammo/PopulateContents()
|
|
. = ..()
|
|
|
|
new /obj/item/ammo_box/magazine/lanca(src)
|
|
new /obj/item/ammo_box/magazine/lanca(src)
|
|
new /obj/item/ammo_box/magazine/lanca(src)
|
|
new /obj/item/ammo_box/magazine/lanca(src)
|
|
new /obj/item/ammo_box/magazine/c35sol_pistol(src)
|
|
new /obj/item/ammo_box/magazine/c35sol_pistol(src)
|
|
new /obj/item/ammo_box/speedloader/strilka310(src)
|
|
new /obj/item/ammo_box/speedloader/strilka310(src)
|
|
new /obj/item/ammo_box/speedloader/strilka310(src)
|
|
new /obj/item/ammo_box/speedloader/strilka310(src)
|
|
|
|
/obj/structure/closet/secure_closet/personal/cabinet/freighterboss/PopulateContents()
|
|
. = ..()
|
|
|
|
new /obj/item/gun/ballistic/automatic/wt550(src)
|
|
new /obj/item/storage/pouch/ammo(src)
|
|
new /obj/item/clothing/suit/armor/bulletproof(src)
|
|
new /obj/item/storage/belt/utility/syndicate(src)
|
|
new /obj/item/gps/mining(src)
|
|
new /obj/item/clothing/gloves/combat(src)
|
|
new /obj/item/storage/backpack/duffelbag/syndie(src)
|
|
new /obj/item/radio(src)
|
|
new /obj/item/ammo_box/magazine/wt550m9(src)
|
|
new /obj/item/ammo_box/magazine/wt550m9(src)
|
|
new /obj/item/ammo_box/magazine/wt550m9(src)
|