Fixes shuttle docking ports being acted upon by the singulo

Fixes #12677
This commit is contained in:
Kyle Spier-Swenson
2015-11-01 12:03:50 -08:00
parent 7518404775
commit e7341d4384
+5 -2
View File
@@ -21,7 +21,10 @@
//these objects are indestructable
/obj/docking_port/Destroy()
return QDEL_HINT_LETMELIVE
/obj/docking_port/singularity_pull()
return
/obj/docking_port/singularity_act()
return 0
/obj/docking_port/shuttleRotate()
return //we don't rotate with shuttles via this code.
//returns a list(x0,y0, x1,y1) where points 0 and 1 are bounding corners of the projected rectangle
@@ -633,4 +636,4 @@
T.color = color
if(T.dir != dir)
T.dir = dir
return T
return T