From c157b758e2dbd0c4425f712424d747cf2e058d7e Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sat, 19 Nov 2016 21:33:31 -0500 Subject: [PATCH] Gives the gun 10 shots Because an emergency borg should have more shots than a normal security borg. --- .../modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm index 66a99d9e71..2cc36e33a1 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm @@ -292,6 +292,7 @@ projectile_type = /obj/item/projectile/beam/disable charge_cost = 1000 //High cost. recharge_time = 10 //Takes ten ticks to recharge a laser, so don't waste them all! + cell_type = /obj/item/weapon/cell/high /obj/item/weapon/dogborg/swordtail name = "sword tail" @@ -305,4 +306,4 @@ throwforce = 0 //This shouldn't be thrown in the first place. hitsound = 'sound/weapons/blade1.ogg' attack_verb = list("slashed", "stabbed", "jabbed", "mauled", "sliced") - w_class = ITEMSIZE_NORMAL \ No newline at end of file + w_class = ITEMSIZE_NORMAL