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)