Skip to content

Commit

Permalink
bugfix: Various Shotgun Shells Crate (#5664)
Browse files Browse the repository at this point in the history
shotgun shells fix
  • Loading branch information
BoshyG authored Aug 6, 2024
1 parent 4dff0f8 commit 748bc5c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/datums/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -758,12 +758,12 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
containername = "various shotgun shells crate"
cost = 250
contains = list(
/obj/item/ammo_casing/shotgun/stunslug,
/obj/item/ammo_casing/shotgun/pulseslug,
/obj/item/ammo_casing/shotgun/incendiary/dragonsbreath,
/obj/item/ammo_casing/shotgun/frag12,
/obj/item/ammo_casing/shotgun/ion,
/obj/item/ammo_casing/shotgun/laserslug,
/obj/item/ammo_box/shotgun/stunslug,
/obj/item/ammo_box/shotgun/pulseslug,
/obj/item/ammo_box/shotgun/dragonsbreath,
/obj/item/ammo_box/shotgun/frag12,
/obj/item/ammo_box/shotgun/ion,
/obj/item/ammo_box/shotgun/laserslug,
)
required_tech = list("powerstorage" = 4, "combat" = 4, "magnets" = 4, "materials" = 4)

Expand Down

0 comments on commit 748bc5c

Please sign in to comment.