diff --git a/code/game/objects/items/shields.dm b/code/game/objects/items/shields.dm index ac052be5af..07f4cb4e40 100644 --- a/code/game/objects/items/shields.dm +++ b/code/game/objects/items/shields.dm @@ -240,7 +240,7 @@ /obj/item/shield/riot/implant name = "riot tower shield" - desc = "A massive shield that can block a lot of attacks, can take a lot of abuse before braking." //It cant brake unless you somehow get it outside the implant + desc = "A massive shield that can block a lot of attacks and can take a lot of abuse before breaking." //It cant break unless it is removed from the implant item_state = "metal" icon_state = "metal" icon = 'icons/obj/items_and_weapons.dmi'