mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #3555 from Woodratt/WR_6302017_Mapstuff
Woodrat breaks map stuff
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
var/fabricator_tag = "Upper Level"
|
||||
var/drone_progress = 0
|
||||
var/produce_drones = 1
|
||||
var/produce_drones = 2
|
||||
var/time_last_drone = 500
|
||||
var/drone_type = /mob/living/silicon/robot/drone
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
/obj/machinery/drone_fabricator/derelict
|
||||
name = "construction drone fabricator"
|
||||
fabricator_tag = "Depths"
|
||||
fabricator_tag = "Upper Level Construction"
|
||||
drone_type = /mob/living/silicon/robot/drone/construction
|
||||
|
||||
/obj/machinery/drone_fabricator/New()
|
||||
|
||||
@@ -12,10 +12,11 @@
|
||||
var/datum/computer/file/embedded_program/docking/docking_controller //the controller itself. (micro-controller, not game controller)
|
||||
|
||||
var/arrive_time = 0 //the time at which the shuttle arrives when long jumping
|
||||
|
||||
var/flags = SHUTTLE_FLAGS_PROCESS
|
||||
var/category = /datum/shuttle
|
||||
|
||||
var/ceiling_type = /turf/unsimulated/floor/shuttle_ceiling
|
||||
|
||||
/datum/shuttle/New()
|
||||
..()
|
||||
if(src.name in shuttle_controller.shuttles)
|
||||
|
||||
Reference in New Issue
Block a user