From 2e442943f83780f57d334820b90051d4b3422b09 Mon Sep 17 00:00:00 2001 From: BurpleBineapple <67706292+BurpleBineapple@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:50:55 -0400 Subject: [PATCH] disposable electrolaser with ammo Gives the disposable taser 10 shots so it's usable. --- code/modules/projectiles/guns/energy/stun.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/guns/energy/stun.dm b/code/modules/projectiles/guns/energy/stun.dm index e9ccfcec0c7a8..5d9895f2f27ed 100644 --- a/code/modules/projectiles/guns/energy/stun.dm +++ b/code/modules/projectiles/guns/energy/stun.dm @@ -15,7 +15,8 @@ /obj/item/gun/energy/taser/disposable name = "disposable electrolaser" - desc = "The NT Mk30 NL is a small, low capacity gun used for non-lethal takedowns. This is a cheap, disposable model commonly issued to police forces to supplement their service weapons. It can switch between high and low intensity stun shots." + desc = "The NT Mk30 NL is a small, disposable gun used for non-lethal takedowns. This is a cheaper model commonly issued to police forces to supplement their service weapons. It can switch between high and low intensity stun shots." + max_shots = 10 disposable = TRUE /obj/item/gun/energy/taser/carbine