Skip to content

Commit

Permalink
Makes the HP Beacon cheaper (#3834)
Browse files Browse the repository at this point in the history
## About The Pull Request

Makes the Beacon 1000 instead of 2250

Makes .45-70 slightly less expensive

## Why It's Good For The Game

Despite hitting really hard its a pretty sluggish weapon to use and the
ammo is already really expensive for not a lot of shots. Should make
this a more frequent buy

## Changelog

:cl:
balance: The HP Beacon is now 1000 credits
balance: .45-70 standard is now 400 and .45-70 match is now 800
/:cl:

---------

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
generalthrax and actions-user authored Nov 27, 2024
1 parent 998abc0 commit 3923e8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions code/modules/cargo/packs/ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,13 @@
name = ".45-70 Ammo Box Crate"
desc = "Contains a 20-round box containing devastatingly powerful .45-70 caliber ammunition."
contains = list(/obj/item/storage/box/ammo/a4570)
cost = 500
cost = 400

/datum/supply_pack/ammo/a4570_box/match
name = ".45-70 Match Crate"
desc = "Contains a 20-round box containing devastatingly powerful .45-70 caliber ammunition, that travels faster, pierces armour better, and ricochets off targets."
contains = list(/obj/item/storage/box/ammo/a4570_match)
cost = 1000
cost = 800

/* 7.62 */

Expand Down
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
/datum/supply_pack/gun/beacon
name = "Beacon Break Action Rifle Crate"
desc = "Contains a single shot break action rifle to hunt wildlife that annoys you in particular. Chambered in devastating .45-70 rounds. Warranty voided if sawed off."
cost = 2250
cost = 1000
contains = list(/obj/item/storage/guncase/beacon)
crate_name = "rifle crate"
faction = FACTION_SRM
Expand Down

0 comments on commit 3923e8a

Please sign in to comment.