Mech recharge fix

This commit is contained in:
AnturK
2013-09-03 20:08:02 +02:00
parent 465cfe76f3
commit ef664e5aab
+5 -7
View File
@@ -6,12 +6,6 @@
var/obj/machinery/computer/mech_bay_power_console/recharge_console
var/obj/mecha/recharging_mecha = null
/turf/simulated/floor/mech_bay_recharge_floor/airless
icon_state = "recharge_floor_asteroid"
oxygen = 0.01
nitrogen = 0.01
temperature = TCMB
Entered(var/obj/mecha/mecha)
. = ..()
if(istype(mecha))
@@ -48,7 +42,11 @@
recharge_port.recharge_console = recharge_console
return
/turf/simulated/floor/mech_bay_recharge_floor/airless
icon_state = "recharge_floor_asteroid"
oxygen = 0.01
nitrogen = 0.01
temperature = TCMB
/obj/machinery/mech_bay_recharge_port