Stunglove overhaul: part one.

Stun gloves are now made by wiring a pair of gloves, and then attaching a battery- this shows up on the object sprite, but not on your character.
Stungloves use 2500 charge per stun! This means that some low capacity batteries will make useless stungloves.
To get your old inconspicous gloves back, simply cut away the wire and battery.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2439 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2011-10-29 02:15:50 +00:00
parent c0d8adf42f
commit 7524bca986
12 changed files with 152 additions and 83 deletions
+8 -2
View File
@@ -7,11 +7,14 @@
protective_temperature = 400
heat_transfer_coefficient = 0.25
siemens_coefficient = 0.50
var/elecgen = 0
var/uses = 0
// var/elecgen = 0 //WHAT THE FUCK IS THIS SHIT OH GOD WHY ;-;
// var/uses = 0 //NOPE NOPE NOPE NOPE
var/wired = 0
var/obj/item/weapon/cell/cell = 0
body_parts_covered = HANDS
//(CAPS IS CRUISE CONTROL FOR COOL AS WE ALL KNOW)
/obj/item/clothing/gloves/white
name = "White Gloves"
desc = "These look pretty fancy."
@@ -92,6 +95,8 @@
var/mindrain = 200
var/maxdrain = 400
//BEEP BEEP IT'S THE COMMENT BRIGADE -Pete
/*
/obj/item/clothing/gloves/stungloves/
name = "Stungloves"
desc = "These gloves are electrically charged."
@@ -100,6 +105,7 @@
siemens_coefficient = 0.30
elecgen = 1
uses = 10
*/
/obj/item/clothing/gloves/yellow
desc = "These gloves are electrically insulated."