Skip to content

Commit

Permalink
Merge pull request #3215 from Kelprunner/cargo-hotfix
Browse files Browse the repository at this point in the history
Cargo exploit hotfix
  • Loading branch information
Superlagg authored Sep 29, 2023
2 parents f59833e + 7b404df commit fdaef81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/datum/supply_pack/security/armor
name = "Armor - Surplus"
desc = "Three sets of refurbished armor, straight from the Dallas Miltia's own armory."
cost = 1000
cost = 1500
num_contained = 3
contains = list(/obj/effect/spawner/lootdrop/f13/common_armor,
/obj/effect/spawner/lootdrop/f13/common_armor,
Expand All @@ -70,7 +70,7 @@
name = "Armor - Advanced"
desc = "Three sets of specialized armor, express requisition for those in need. Stocks tend to fluctuate."
cost = 5000
num_contained = 3
num_contained = 1
contains = list(/obj/effect/spawner/lootdrop/f13/uncommon_armor,
/obj/effect/spawner/lootdrop/f13/uncommon_armor,
/obj/effect/spawner/lootdrop/f13/uncommon_armor,
Expand Down

0 comments on commit fdaef81

Please sign in to comment.