Skip to content

Commit

Permalink
Firing pins are now more expensive (#2521)
Browse files Browse the repository at this point in the history
* made imports more expensive

* partial revert

---------

Co-authored-by: KnighTheThrasher <KnigTheThrasher@users.noreply.github.com>
  • Loading branch information
KnigTheThrasher and KnigTheThrasher authored Jul 3, 2024
1 parent f902d07 commit 46fd504
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 @@ -116,15 +116,15 @@
/datum/supply_pack/security/firingpins
name = "Standard Firing Pins Crate"
desc = "Upgrade your arsenal with 10 standard firing pins."
cost = CARGO_CRATE_VALUE * 4
cost = 5000 //MONKESTATION EDIT: Guncargo nerf
access_view = ACCESS_ARMORY
contains = list(/obj/item/storage/box/firingpins = 2)
crate_name = "firing pins crate"

/datum/supply_pack/security/firingpins/paywall
name = "Paywall Firing Pins Crate"
desc = "Specialized firing pins with a built-in configurable paywall."
cost = CARGO_CRATE_VALUE * 2
cost = 4000 //MONKESTATION EDIT: Guncargo nerf
access_view = ACCESS_ARMORY
contains = list(/obj/item/storage/box/firingpins/paywall = 2)
crate_name = "paywall firing pins crate"
Expand Down

0 comments on commit 46fd504

Please sign in to comment.