Skip to content

Commit

Permalink
price parity
Browse files Browse the repository at this point in the history
  • Loading branch information
firebudgy committed Dec 8, 2024
1 parent c00f5e7 commit 22e3942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,11 @@
faction_locked = TRUE

/datum/supply_pack/gun/wt550
name = "WT-550 Auto Rifle Crate"
name = "WT-550 PDW Crate"
desc = "Contains a high-powered, automatic personal defense weapon chambered in 4.6x30mm."
cost = 4000
cost = 3000
contains = list(/obj/item/storage/guncase/wt550)
crate_name = "auto rifle crate"
crate_name = "PDW crate"
faction_discount = 10
faction = /datum/faction/nt

Expand Down

0 comments on commit 22e3942

Please sign in to comment.