Skip to content

Commit

Permalink
Moved the big slapping parts from the misc section to weapons (tgstat…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghommie authored Nov 8, 2024
1 parent 5157211 commit e76ab8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
9 changes: 0 additions & 9 deletions code/modules/cargo/markets/market_items/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 9 additions & 0 deletions code/modules/cargo/markets/market_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e76ab8d

Please sign in to comment.