Skip to content

Commit

Permalink
Adjust price of Mortar Smoke/Flare refills (#16284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallouttec authored Jul 15, 2024
1 parent 890773d commit 3ad3028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reqs/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2420,12 +2420,12 @@ FACTORY
/datum/supply_packs/factory/mortar_shell_flare_refill
name = "Mortar Flare shell assembly refill"
contains = list(/obj/item/factory_refill/mortar_shell_flare_refill)
cost = 100
cost = 50

/datum/supply_packs/factory/mortar_shell_smoke_refill
name = "Mortar Smoke shell assembly refill"
contains = list(/obj/item/factory_refill/mortar_shell_smoke_refill)
cost = 100
cost = 50

/datum/supply_packs/factory/mlrs_rocket_refill
name = "MLRS High Explosive rocket assembly refill"
Expand Down

0 comments on commit 3ad3028

Please sign in to comment.