Adjusts blackmarket uplink
Removes bone spears from the uplink, and makes EMP grenades rarer and more expensive
This commit is contained in:
@@ -28,14 +28,14 @@
|
|||||||
item = /obj/item/spear/bonespear
|
item = /obj/item/spear/bonespear
|
||||||
price_min = 200
|
price_min = 200
|
||||||
price_max = 300
|
price_max = 300
|
||||||
stock_max = 3
|
stock_max = 0
|
||||||
availability_prob = 60
|
availability_prob = 0
|
||||||
|
|
||||||
/datum/blackmarket_item/weapon/emp_grenade
|
/datum/blackmarket_item/weapon/emp_grenade
|
||||||
name = "EMP Grenade"
|
name = "EMP Grenade"
|
||||||
desc = "Use this grenade for SHOCKING results!"
|
desc = "Use this grenade for SHOCKING results!"
|
||||||
item = /obj/item/grenade/empgrenade
|
item = /obj/item/grenade/empgrenade
|
||||||
price_min = 100
|
price_min = 300
|
||||||
price_max = 400
|
price_max = 600
|
||||||
stock_max = 2
|
stock_max = 2
|
||||||
availability_prob = 50
|
availability_prob = 20
|
||||||
|
|||||||
Reference in New Issue
Block a user