More portal fixes

This commit is contained in:
Mark van Alphen
2019-06-03 21:57:00 +02:00
parent cd362d6bad
commit 950a4cb5dc
7 changed files with 37 additions and 31 deletions

View File

@@ -60,7 +60,7 @@
for(var/atom/A in T.contents)
if(!A.simulated)
continue
if(istype(A,/obj/machinery/light))
if(istype(A, /obj/machinery/light))
continue //hacky but whatever, shuttles need three spots each for this shit
contcount++