Merge pull request #9211 from Trilbyspaceclone/Cargo_rebalance

[Atomic] Cargo rework - Mat selling nerf, addtion of grater gear to sell MK I
This commit is contained in:
kevinz000
2020-10-28 04:39:39 -03:00
committed by Dip
parent 23c4a9be17
commit 2983dfa445
36 changed files with 5050 additions and 3514 deletions
+2 -2
View File
@@ -117,11 +117,11 @@ datum/bounty/reagent/complex_drink/New()
wanted_reagent = new reagent_type
name = wanted_reagent.name
description = "CentCom is offering a reward for talented mixologists. Ship a container of [name] to claim the prize."
reward += rand(0, 4) * 500
reward += rand(0, 4) * 300
/datum/bounty/reagent/chemical
name = "Chemical"
reward = 4000
reward = 2750
required_volume = 30
datum/bounty/reagent/chemical/New()