diff --git a/code/modules/cargo/items/weaponry.dm b/code/modules/cargo/items/weaponry.dm index 106a72f2c8b..fabf338776d 100644 --- a/code/modules/cargo/items/weaponry.dm +++ b/code/modules/cargo/items/weaponry.dm @@ -511,7 +511,7 @@ description = "A box of 40mm AP ammo for the francisca rotary cannon." price = 850 items = list( - /obj/item/ship_ammunition/grauwolf_bundle/ap + /obj/item/ship_ammunition/francisca/ap ) access = ACCESS_CARGO container_type = "crate" @@ -525,7 +525,21 @@ description = "A box of 40mm FMJ ammo for a Francisca-type rotary cannon." price = 800 items = list( - /obj/item/ship_ammunition/grauwolf_bundle + /obj/item/ship_ammunition/francisca + ) + access = ACCESS_CARGO + container_type = "crate" + groupable = TRUE + spawn_amount = 1 + +/singleton/cargo_item/franciscafmjammo + category = "weaponry" + name = "francisca rotary cannon fragmentation ammunition box" + supplier = "zavodskoi" + description = "A box of 40mm fragmentation ammo for a Francisca-type rotary cannon." + price = 800 + items = list( + /obj/item/ship_ammunition/francisca/frag ) access = ACCESS_CARGO container_type = "crate" diff --git a/html/changelogs/BetterGiveUsAmmo.yml b/html/changelogs/BetterGiveUsAmmo.yml new file mode 100644 index 00000000000..7ec8b29da64 --- /dev/null +++ b/html/changelogs/BetterGiveUsAmmo.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixes the francisca being incorrect."