mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-13 17:23:44 +01:00
Cyborgs can navigate space again (#7660)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
if(module && module.no_slip)
|
||||
return 0
|
||||
..(prob_slip)
|
||||
*/// CHOMPedit end.
|
||||
|
||||
/mob/living/silicon/robot/Process_Spacemove(var/check_drift = 0)
|
||||
if(..())//Can move due to other reasons, don't use jetpack fuel
|
||||
@@ -25,7 +26,6 @@
|
||||
return 1
|
||||
|
||||
return 0
|
||||
*/// CHOMPedit end.
|
||||
|
||||
//No longer needed, but I'll leave it here incase we plan to re-use it.
|
||||
/mob/living/silicon/robot/movement_delay()
|
||||
|
||||
Reference in New Issue
Block a user