mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-21 20:18:15 +01:00
Woodrat breaks map stuff
Added SC map files for further work. Including hopefully all the related files. New airlock sprite thanks to Virgo, with a alternate non-see through sprite. Changes to the space and transit tiles (ported from bay). Changes done to the NC map that should bring it more up to date with changes (shield defuse stuff and minor bug fixes)
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