Skip to content

Commit

Permalink
The bulletproof armor crate no longer falsely advertises carrying thr…
Browse files Browse the repository at this point in the history
…ee suits instead of two (#2712)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Description doesn't match contents, looked like 2 suits per crate was
the baseline so I changed that instead of the number of suits

## Why It's Good For The Game

I can't wait for my THREE bulletproof armor sets!

## Changelog

:cl:
fix: bulletproof armor crates are no longer stated to carry one more
armor set than they actually do
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Feb 9, 2024
1 parent d3a87d9 commit e67c282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/spacesuit_armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

/datum/supply_pack/spacesuit_armor/bullet_armor
name = "Bulletproof Armor Crate"
desc = "Contains three full sets of bulletproof armor, guaranteed to reduce a bullet's stopping power by half but with limited protection against melee weaponry."
desc = "Contains two full sets of bulletproof armor, guaranteed to reduce a bullet's stopping power by half but with limited protection against melee weaponry."
cost = 3500
contains = list(/obj/item/clothing/suit/armor/vest/bulletproof,
/obj/item/clothing/suit/armor/vest/bulletproof,
Expand Down

0 comments on commit e67c282

Please sign in to comment.