Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 11, 2024
1 parent 36f2d17 commit d85799b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
/obj/item/gun/projectile/automatic/t12 = GOODS_DEFAULT,
/obj/item/gun/projectile/heavysniper = GOODS_DEFAULT,
/obj/item/gun/projectile/rocket_launcher = GOODS_DEFAULT,
/obj/item/gun/magnetic/railgun = GOODS_DEFAULT,
),
TRADE_CAT_AMMO = list(
/obj/item/ammo_magazine/t18 = GOODS_DEFAULT,
Expand All @@ -36,4 +37,7 @@
TRADE_CAT_WEAPONS = list(
/obj/item/gun/magnetic/railgun/automatic = GOODS_DEFAULT,
),
TRADE_CAT_AMMO = list(
/obj/item/ammo_casing/rocket/heavy = GOODS_DEFAULT,
),
)

0 comments on commit d85799b

Please sign in to comment.