Process_Spacemove proc improvement
This commit is contained in:
committed by
CitadelStationBot
parent
ea44e4a1d9
commit
e6031b0d5c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user