Skip to content

Commit

Permalink
Adds a rubbershot box to cargo (#3326)
Browse files Browse the repository at this point in the history
<!-- 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

This should add a box of rubbershot ammo to the outpost cargo market.

## Why It's Good For The Game

This will allow players the ability to purchase rubbershot for training
activities without having to require RnD beforehand.

## Changelog

:cl:
add: Adds a rubbershot box to the outpost market
/: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. -->
  • Loading branch information
zimon9 authored Sep 9, 2024
1 parent 84c410c commit ab3542c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/cargo/packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
cost = 210
contains = list(/obj/item/storage/box/techshot)

/datum/supply_pack/ammo/rubbershot
name = "Rubbershot Crate"
desc = "Contains a box of twenty-five rubbershot shells for use in crowd control or training."
cost = 500
contains = list(/obj/item/ammo_box/a12g/rubbershot)

/*
.38 ammo
*/
Expand Down

0 comments on commit ab3542c

Please sign in to comment.