From 978b5261ceefe3e63762107e60df85f36d5614ce Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Wed, 20 Mar 2019 20:54:34 -0400 Subject: [PATCH] Update packs.dm --- code/modules/cargo/packs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs.dm b/code/modules/cargo/packs.dm index a895b31f68..296bdb68cd 100644 --- a/code/modules/cargo/packs.dm +++ b/code/modules/cargo/packs.dm @@ -640,7 +640,7 @@ /datum/supply_pack/security/armory/swattasers //Lesser AEG tbh name = "SWAT tatical tasers Crate" - desc = "Contains two tactical energy gun, these guns are able to tase, dislabe and lethal as well as hold a seclight. Requires Armory access to open." + desc = "Contains two tactical energy gun, these guns are able to tase, disable and lethal as well as hold a seclight. Requires Armory access to open." cost = 8000 contains = list(obj/item/gun/energy/e_gun/stun, obj/item/gun/energy/e_gun/stun)