Merge remote-tracking branch 'upstream/master' into zombies

This commit is contained in:
Couls
2019-08-04 21:05:10 -04:00
728 changed files with 111115 additions and 10827 deletions
+1 -1
View File
@@ -358,7 +358,7 @@
dwidth = 1
width = 3
height = 4
var/target_area = /area/mine/dangerous/unexplored
var/target_area = /area/mine/unexplored
/obj/docking_port/stationary/random/Initialize()
..()
+1 -1
View File
@@ -912,4 +912,4 @@
T.color = color
if(T.dir != dir)
T.dir = dir
return T
return T
+2 -4
View File
@@ -58,12 +58,10 @@
var/contcount
for(var/atom/A in T.contents)
if(istype(A,/atom/movable/lighting_object))
continue
if(istype(A,/obj/machinery/light))
continue //hacky but whatever, shuttles need three spots each for this shit
if(!A.simulated)
continue
if(istype(A, /obj/machinery/light))
continue //hacky but whatever, shuttles need three spots each for this shit
contcount++
if(contcount)