From 6f04126cd07996cb243ea6e99e1ff436a1002e9b Mon Sep 17 00:00:00 2001 From: YehnBeep <86855173+YehnBeep@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:40:47 -0700 Subject: [PATCH] Adds details to the eshield module's description (#16801) --- code/modules/clothing/modular_armor/attachments/modules.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/modular_armor/attachments/modules.dm b/code/modules/clothing/modular_armor/attachments/modules.dm index 594d202dea357..96b7e4da887c2 100644 --- a/code/modules/clothing/modular_armor/attachments/modules.dm +++ b/code/modules/clothing/modular_armor/attachments/modules.dm @@ -292,7 +292,7 @@ /obj/item/armor_module/module/eshield name = "Svalinn Energy Shield System" - desc = "A brand new innovation in armor systems, this module creates a shield around the user that is capable of negating all damage. If it sustains too much it will deactivate, and leave the user vulnerable." + desc = "A brand new innovation in armor systems, this module creates a shield around the user that is capable of negating all damage at the cost of increased vulnerability to melee, biological, and acid attacks. If it sustains too much it will deactivate, and leave the user vulnerable." icon = 'icons/mob/modular/modular_armor_modules.dmi' icon_state = "mod_eshield" worn_icon_state = "mod_eshield_a"