From 020cf9032c47783b692150b382147a74ec3f36d1 Mon Sep 17 00:00:00 2001 From: MassiveMen <164101356+MassiveMen@users.noreply.github.com> Date: Sun, 29 Sep 2024 09:38: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: --------- Signed-off-by: MassiveMen <164101356+MassiveMen@users.noreply.github.com> Co-authored-by: FalloutFalcon <86381784+FalloutFalcon@users.noreply.github.com> --- .../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 cd0fcf9fd7a9..7da2610a9049 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/melee/axe/fire + price_min = 2500 + price_max = 3500 + stock = 2 + availability_prob = 40