mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 07:39:13 +01:00
[MIRROR] pai zmovement for climbing ladders, space and scaffolding (#10796)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
Kashargul
parent
da31fd3b5c
commit
5100427d8b
@@ -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