-Should fix machines not depowering correctly. Let me know if you find a machine which should be powered off but isn't.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5388 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-12-24 00:12:12 +00:00
parent 92a2749fb7
commit cdc4332769
14 changed files with 35 additions and 19 deletions
@@ -1,5 +1,6 @@
/obj/machinery/portable_atmospherics
name = "atmoalter"
use_power = 0
var/datum/gas_mixture/air_contents = new
var/obj/machinery/atmospherics/portables_connector/connected_port
+1
View File
@@ -4,6 +4,7 @@
icon = 'icons/obj/aibots.dmi'
layer = MOB_LAYER
luminosity = 3
use_power = 0
var/obj/item/weapon/card/id/botcard // the ID card that the bot "holds"
var/on = 1
var/health = 0 //do not forget to set health for your bot!
+1
View File
@@ -6,6 +6,7 @@
var/base_state = "left"
var/health = 150.0 //If you change this, consiter changing ../door/window/brigdoor/ health at the bottom of this .dm file
visible = 0.0
use_power = 0
flags = ON_BORDER
opacity = 0
var/obj/item/weapon/airlock_electronics/electronics = null
+2 -2
View File
@@ -1014,8 +1014,8 @@ obj/machinery/hydroponics/attackby(var/obj/item/O as obj, var/mob/user as mob)
icon = 'icons/obj/hydroponics.dmi'
icon_state = "soil"
density = 0
New()
..()
use_power = 0
updateicon() // Same as normal but with the overlays removed - Cheridan.
overlays = null
if(planted)
+1
View File
@@ -4,6 +4,7 @@
icon = 'icons/obj/device.dmi'
icon_state = "syndbeacon"
use_power = 0
anchored = 1
density = 1