From a43a4971142f540a37c1e83faf415cb319a39efb Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:15:32 -0400 Subject: [PATCH 1/2] Update ids.dm --- modular_citadel/code/game/objects/ids.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/game/objects/ids.dm b/modular_citadel/code/game/objects/ids.dm index 89a3c0f0c2..d1e6d80b1c 100644 --- a/modular_citadel/code/game/objects/ids.dm +++ b/modular_citadel/code/game/objects/ids.dm @@ -49,7 +49,7 @@ /obj/item/emagrecharge name = "electromagnet charging device" - desc = "A small cell with two prongs lazily jabbed into it. It looks like it's made for charging the small batteries found in electromagnetic devices." + desc = "A small cell with two prongs lazily jabbed into it. It looks like it's made for charging the small batteries found in electromagnetic devices, sadly this cant be recharged like a normal cell." icon = 'icons/obj/module.dmi' icon_state = "cell_mini" item_flags = NOBLUDGEON @@ -63,7 +63,7 @@ to_chat(user, "It has a small, red, blinking light coming from inside of it. It's spent.") /obj/item/card/emag - var/uses = 10 + var/uses = 15 /obj/item/card/emag/examine(mob/user) . = ..() From f9e12378e9a81bae7a37693770beff347cae26ab Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:34:20 -0400 Subject: [PATCH 2/2] Update ids.dm --- modular_citadel/code/game/objects/ids.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/game/objects/ids.dm b/modular_citadel/code/game/objects/ids.dm index d1e6d80b1c..8ef724581e 100644 --- a/modular_citadel/code/game/objects/ids.dm +++ b/modular_citadel/code/game/objects/ids.dm @@ -49,7 +49,7 @@ /obj/item/emagrecharge name = "electromagnet charging device" - desc = "A small cell with two prongs lazily jabbed into it. It looks like it's made for charging the small batteries found in electromagnetic devices, sadly this cant be recharged like a normal cell." + desc = "A small cell with two prongs lazily jabbed into it. It looks like it's made for charging the small batteries found in electromagnetic devices, sadly this can't be recharged like a normal cell." icon = 'icons/obj/module.dmi' icon_state = "cell_mini" item_flags = NOBLUDGEON