From 91e8bec81a630febcdb857e1c8e3f7727e8ec6af Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Mon, 27 Jan 2020 17:45:13 -0700 Subject: [PATCH] woops --- code/modules/cargo/packs/misc.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/misc.dm b/code/modules/cargo/packs/misc.dm index fc5311a0d2..368c3a9144 100644 --- a/code/modules/cargo/packs/misc.dm +++ b/code/modules/cargo/packs/misc.dm @@ -227,8 +227,9 @@ /datum/supply_pack/misc/dueling_lethal name = "Lethal Dueling Pistols" - desc = "Resolve all your quarrels with some nonlethal fun." + desc = "Settle your differences the true spaceman way." cost = 3000 + contraband = TRUE contains = list(/obj/item/storage/lockbox/dueling/hugbox, /obj/item/storage/lockbox/dueling/hugbox, /obj/item/storage/lockbox/dueling/hugbox)