mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
pai zmovement for climbing ladders, space and scaffolding (#17621)
* pai zmovement for climbing ladders, space and scaffolding * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -255,6 +255,16 @@
|
||||
if(T.density)
|
||||
return TRUE
|
||||
|
||||
/mob/living/silicon/pai/can_ztravel()
|
||||
if(incapacitated())
|
||||
return FALSE
|
||||
|
||||
if(Process_Spacemove())
|
||||
return TRUE
|
||||
|
||||
if(!restrained())
|
||||
return TRUE
|
||||
|
||||
// TODO - Leshana Experimental
|
||||
|
||||
//Execution by grand piano!
|
||||
|
||||
Reference in New Issue
Block a user