Removes an unused var defined for every obj.

This commit is contained in:
Cheridan
2013-09-03 09:38:30 -05:00
parent d0b0c4d0cd
commit 899a53787a
11 changed files with 0 additions and 11 deletions
@@ -11,7 +11,6 @@
throw_speed = 1
throw_range = 2
m_amt = 750
w_amt = 750
origin_tech = "powerstorage=3;syndicate=5"
var/drain_rate = 600000 // amount of power to drain per tick
var/power_drained = 0 // has drained this much power
-1
View File
@@ -2,7 +2,6 @@
//var/datum/module/mod //not used
var/m_amt = 0 // metal
var/g_amt = 0 // glass
var/w_amt = 0 // waster amounts
var/origin_tech = null //Used by R&D to determine what research bonuses it grants.
var/reliability = 100 //Used by SOME devices to determine how reliable they are.
var/crit_fail = 0
-1
View File
@@ -7,7 +7,6 @@
w_class = 2.0
m_amt = 100
g_amt = 0
w_amt = 0
throwforce = 2
throw_speed = 3
throw_range = 10
-1
View File
@@ -4,7 +4,6 @@
icon_state = "igniter"
m_amt = 500
g_amt = 50
w_amt = 10
origin_tech = "magnets=1"
activate()
-1
View File
@@ -6,7 +6,6 @@
icon_state = "infrared"
m_amt = 1000
g_amt = 500
w_amt = 100
origin_tech = "magnets=2"
secured = 0
-1
View File
@@ -3,7 +3,6 @@
desc = "A handy little spring-loaded trap for catching pesty rodents."
icon_state = "mousetrap"
m_amt = 100
w_amt = 10
origin_tech = "combat=1"
var/armed = 0
-1
View File
@@ -4,7 +4,6 @@
icon_state = "prox"
m_amt = 800
g_amt = 200
w_amt = 50
origin_tech = "magnets=1"
secured = 0
-1
View File
@@ -5,7 +5,6 @@
item_state = "signaler"
m_amt = 1000
g_amt = 200
w_amt = 100
origin_tech = "magnets=1"
wires = WIRE_RECEIVE | WIRE_PULSE | WIRE_RADIO_PULSE | WIRE_RADIO_RECEIVE
-1
View File
@@ -4,7 +4,6 @@
icon_state = "timer"
m_amt = 500
g_amt = 50
w_amt = 10
origin_tech = "magnets=1"
secured = 0
-1
View File
@@ -4,7 +4,6 @@
icon_state = "voice"
m_amt = 500
g_amt = 50
w_amt = 10
origin_tech = "magnets=1"
var/listening = 0
var/recorded //the activation message
@@ -211,7 +211,6 @@ proc/cardinalrange(var/center)
throw_speed = 1
throw_range = 2
m_amt = 100
w_amt = 2000
/obj/item/device/am_shielding_container/attackby(var/obj/item/I, var/mob/user)
if(istype(I, /obj/item/device/multitool) && istype(src.loc,/turf))