From f784b849b8552629ddbdb192be0a60bd2b566e9d Mon Sep 17 00:00:00 2001 From: qweq12yt <45515587+qweq12yt@users.noreply.github.com> Date: Thu, 25 Mar 2021 17:27:11 -0300 Subject: [PATCH] removed derringer, it is not ready yet --- .../cargo/blackmarket/blackmarket_items/weapons.dm | 9 --------- 1 file changed, 9 deletions(-) diff --git a/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm b/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm index fc9d4e0ad7..4978d688ae 100644 --- a/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm +++ b/code/modules/cargo/blackmarket/blackmarket_items/weapons.dm @@ -39,12 +39,3 @@ price_max = 400 stock_max = 2 availability_prob = 50 - -/datum/blackmarket_item/weapon/derringer - name = "Derringer Pistol" - desc = "Tiny two-round pistol chambered in .38. Rubber bullets included." - item = /obj/item/gun/ballistic/revolver/derringer - price_min = 1500 - price_max = 2000 - stock_max = 2 - availability_prob = 35