Skip to content

Commit

Permalink
Fire axe? Where is axe gonna get a job now?
Browse files Browse the repository at this point in the history
  • Loading branch information
MassiveMen committed Sep 15, 2024
1 parent 4087e45 commit 09b8a3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion 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

price_min = 1000
price_max = 2000
stock = 1
availability_prob = 40

0 comments on commit 09b8a3e

Please sign in to comment.