From 9ea90da3985ecae4e240ab1adc8b66848adb42c6 Mon Sep 17 00:00:00 2001 From: MassiveMen <164101356+MassiveMen@users.noreply.github.com> Date: Thu, 26 Sep 2024 18:16:02 -0400 Subject: [PATCH] Adds the fireaxe to the black market (#3364) ## About The Pull Request ## Why It's Good For The Game We need more axe murderer representation in this bitch ## Changelog :cl: add: Added the fire axe to the black market uplink /:cl: --- .../cargo/blackmarket/blackmarket_items/weapons.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm b/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm index cd0fcf9fd7a9d..fe82e9d3ae50c 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm @@ -350,4 +350,12 @@ stock_max = 2 availability_prob = 20 +/datum/blackmarket_item/weapon/fireaxe + name = "Fire Axe" + desc = "An incredibly sharp axe of dubious make used by various engineers throughout the years to settle arguments while hammered. Sold to us by a very friendly man in a suit." + item = /obj/item/fireaxe + price_min = 2500 + price_max = 3500 + stock = 2 + availability_prob = 40