Updated Cell charger and recharger

Cell charger and Recharger are now wrenchable to make them moveable
Cleaned up autolathe code, removed the delay when inserting sheets, using any item on it while maintence cover is open will result in cable window opening.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3406 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daniel.cf.hultgren@gmail.com
2012-04-06 10:11:50 +00:00
parent 11a30e09b4
commit 219565eac6
4 changed files with 433 additions and 388 deletions
-12
View File
@@ -361,18 +361,6 @@
idle_power_usage = 20
active_power_usage = 80
/obj/machinery/cell_charger
name = "cell charger"
desc = "It charges power cells."
icon = 'power.dmi'
icon_state = "ccharger0"
var/obj/item/weapon/cell/charging = null
var/chargelevel = -1
anchored = 1
use_power = 1
idle_power_usage = 5
active_power_usage = 60
/obj/machinery/light_switch
name = "light switch"
desc = "It turns lights on and off. What are you, simple?"