Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds the fireaxe to the black market #3364

Merged
merged 6 commits into from
Sep 29, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions code/modules/cargo/blackmarket/blackmarket_items/weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,12 @@
stock_max = 2
availability_prob = 20

/datum/blackmarket_item/weapon/fireaxe
name = "Fireaxe"
desc = "A wooden axe handle with a large red blade, it was a tool made to save lives. You're just going to kill people with it though."
item = /obj/item/fireaxe
MassiveMen marked this conversation as resolved.
Show resolved Hide resolved

price_min = 1000
price_max = 2000
FalloutFalcon marked this conversation as resolved.
Show resolved Hide resolved
stock = 1
availability_prob = 40
Loading