Space Dragon Event
Ports the Space Dragon event
This commit is contained in:
@@ -208,7 +208,7 @@
|
||||
///For moving in space
|
||||
///return TRUE for movement 0 for none
|
||||
/mob/Process_Spacemove(movement_dir = 0)
|
||||
if(spacewalk || ..())
|
||||
if(HAS_TRAIT(src, TRAIT_SPACEWALK) || spacewalk || ..())
|
||||
return TRUE
|
||||
var/atom/movable/backup = get_spacemove_backup()
|
||||
if(backup)
|
||||
|
||||
Reference in New Issue
Block a user