Moved the big slapping parts from the misc section to weapons (#87637)

This commit is contained in:
Ghom
2024-11-08 18:13:13 +01:00
committed by GitHub
parent 51572115ae
commit e76ab8d4ac
2 changed files with 9 additions and 9 deletions
@@ -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