From 969b9286427bae854feee9e06525029d106f06e4 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Mon, 29 Jul 2019 07:53:41 -0400 Subject: [PATCH] Update special.dm --- code/modules/projectiles/guns/energy/special.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/energy/special.dm b/code/modules/projectiles/guns/energy/special.dm index d5722df74c..87bfd578bc 100644 --- a/code/modules/projectiles/guns/energy/special.dm +++ b/code/modules/projectiles/guns/energy/special.dm @@ -309,7 +309,7 @@ /obj/item/gun/energy/emitter name = "Emitter Carbine" - desc = "A small emitter fitted into a handgun case, do to size constraints and safety it can only shoot about four times when fully charged." + desc = "A small emitter fitted into a handgun case, do to size constraints and safety it can only shoot about ten times when fully charged." icon_state = "emitter_carbine" force = 12 w_class = WEIGHT_CLASS_SMALL @@ -322,4 +322,4 @@ if(!QDELETED(cell) && (cell.charge > shot.e_cost)) add_overlay("emitter_carbine_empty") else - add_overlay("emitter_carbine") \ No newline at end of file + add_overlay("emitter_carbine")