Adds a smaller device cell for use in non-weapon devices

This commit is contained in:
Anewbe
2016-10-08 15:34:18 -05:00
parent 426659c1d2
commit 771d8b9e4b
9 changed files with 35 additions and 13 deletions

View File

@@ -18,6 +18,7 @@
origin_tech = list(TECH_COMBAT = 2, TECH_BIO = 4)
agonyforce = 10 //It's not supposed to be great at stunning human beings.
var/stasisforce = 60 //How much stasis it does to slimes, and 1/3rd to non-slimes.
hitcost = 48 //Less zap for less cost
/obj/item/weapon/melee/baton/slime/attack(mob/M, mob/user)
if(istype(M, /mob/living/simple_animal/xeno))