New Map Mining (#1935)

* Alpha Commit

* Alpha Commit

* Seconds

* Some Commit

* Final Commit

* Fixing minedrone synth ID

* Dance Fever

* Fixing Travis part 1

* Satisfying the demands

* Stuff

* Sub-final commit

* Sculpting update

* more sculpting. pr is 99% sculpting, in fact

* kkk

* brightness_off

* swjaugyuwvhuw
This commit is contained in:
LordFowl
2017-03-22 18:14:37 -04:00
committed by GitHub
parent a2fbcaa18b
commit 3c64b62c27
128 changed files with 3734 additions and 1079 deletions
+7
View File
@@ -8,6 +8,9 @@
anchored = 1
var/obj/machinery/mineral/stacking_machine/machine = null
var/machinedir = NORTHEAST
use_power = 1
idle_power_usage = 15
active_power_usage = 50
/obj/machinery/mineral/stacking_unit_console/New()
@@ -77,6 +80,9 @@
var/list/stack_storage[0]
var/list/stack_paths[0]
var/stack_amt = 50; // Amount to stack before releassing
use_power = 1
idle_power_usage = 15
active_power_usage = 50
/obj/machinery/mineral/stacking_machine/New()
..()
@@ -105,6 +111,7 @@
return
/obj/machinery/mineral/stacking_machine/process()
..()
if(!console)
log_debug("Stacking machine tried to process, but no console has linked itself to it.")
qdel(src)