Baton Buff

Should near-insta stun normal people now.
This commit is contained in:
skull132
2016-02-02 14:56:01 +02:00
parent 302a7593c2
commit 7be87fce5d
+2 -2
View File
@@ -13,7 +13,7 @@
origin_tech = "combat=2"
attack_verb = list("beaten")
var/stunforce = 0
var/agonyforce = 60
var/agonyforce = 120
var/status = 0 //whether the thing is on or not
var/obj/item/weapon/cell/bcell = null
var/hitcost = 1000 //oh god why do power cells carry so much charge? We probably need to make a distinction between "industrial" sized power cells for APCs and power cells for everything else.
@@ -187,7 +187,7 @@
force = 3
throwforce = 5
stunforce = 0
agonyforce = 60 //same force as a stunbaton, but uses way more charge.
agonyforce = 120 //same force as a stunbaton, but uses way more charge.
hitcost = 2500
attack_verb = list("poked")
slot_flags = null