Adjusts blackmarket uplink

Removes bone spears from the uplink, and makes EMP grenades rarer and more expensive
This commit is contained in:
R3dtail
2021-03-24 16:53:41 -05:00
committed by GitHub
parent 0ded71d196
commit 32be7ecabd

View File

@@ -28,14 +28,14 @@
item = /obj/item/spear/bonespear
price_min = 200
price_max = 300
stock_max = 3
availability_prob = 60
stock_max = 0
availability_prob = 0
/datum/blackmarket_item/weapon/emp_grenade
name = "EMP Grenade"
desc = "Use this grenade for SHOCKING results!"
item = /obj/item/grenade/empgrenade
price_min = 100
price_max = 400
price_min = 300
price_max = 600
stock_max = 2
availability_prob = 50
availability_prob = 20