Process_Spacemove proc improvement

This commit is contained in:
Blute1
2017-11-08 19:02:45 -05:00
committed by CitadelStationBot
parent ea44e4a1d9
commit e6031b0d5c
16 changed files with 130 additions and 40 deletions
+1 -1
View File
@@ -297,7 +297,7 @@
///For moving in space
///return TRUE for movement 0 for none
/mob/Process_Spacemove(movement_dir = 0)
if(..())
if(spacewalk || ..())
return TRUE
var/atom/movable/backup = get_spacemove_backup()
if(backup)