mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Moved the big slapping parts from the misc section to weapons (#87637)
This commit is contained in:
@@ -134,12 +134,3 @@
|
||||
stock_min = 3
|
||||
stock_max = 8
|
||||
availability_prob = 90
|
||||
|
||||
/datum/market_item/misc/giant_wrench_parts
|
||||
name = "Big Slappy parts"
|
||||
desc = "Cheap illegal Big Slappy parts. The fastest and statistically most dangerous wrench."
|
||||
item = /obj/item/weaponcrafting/giant_wrench
|
||||
price_min = CARGO_CRATE_VALUE * 2
|
||||
price_max = CARGO_CRATE_VALUE * 5
|
||||
stock_max = 1
|
||||
availability_prob = 25
|
||||
|
||||
@@ -92,3 +92,12 @@
|
||||
price_max = CARGO_CRATE_VALUE * 50
|
||||
stock_max = 1
|
||||
availability_prob = 15
|
||||
|
||||
/datum/market_item/weapon/giant_wrench_parts
|
||||
name = "Big Slappy parts"
|
||||
desc = "Cheap illegal Big Slappy parts. The fastest and statistically most dangerous wrench."
|
||||
item = /obj/item/weaponcrafting/giant_wrench
|
||||
price_min = CARGO_CRATE_VALUE * 2
|
||||
price_max = CARGO_CRATE_VALUE * 5
|
||||
stock_max = 1
|
||||
availability_prob = 25
|
||||
|
||||
Reference in New Issue
Block a user