mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Fixes the francisca ammo ordering from operations (#21816)
It was set to give grau ammo. Simply a fix for that.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixes the francisca being incorrect."
|
||||
Reference in New Issue
Block a user