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