Allows borgs to move up and down with jetpacks

This commit is contained in:
Neerti
2019-01-21 02:58:07 -05:00
committed by VirgoBot
parent a0cb0a347d
commit d4baa2df07
2 changed files with 9 additions and 3 deletions
+4
View File
@@ -142,7 +142,11 @@
return 0
if(Process_Spacemove()) //Checks for active jetpack
<<<<<<< HEAD
return 1
=======
return TRUE
>>>>>>> 12489df... Merge pull request #5889 from Atermonera/jetborg
for(var/turf/simulated/T in trange(1,src)) //Robots get "magboots"
if(T.density)