This commit is contained in:
Aurorablade
2016-08-09 00:15:18 -04:00
parent 79c9b690ac
commit 3b57ddd4b0
14 changed files with 2740 additions and 2692 deletions
+7
View File
@@ -18,6 +18,10 @@
var/dwidth = 0 //position relative to covered area, perpendicular to dir
var/dheight = 0 //position relative to covered area, parallel to dir
// A timid shuttle will not register itself with the shuttle subsystem
// All shuttle templates are timid
var/timid = FALSE
var/i_know_what_im_doing = 0
//these objects are indestructable
@@ -208,6 +212,9 @@
/obj/docking_port/mobile/New()
..()
if(!timid)
register()
var/area/A = get_area(src)
if(istype(A, /area/shuttle))
areaInstance = A