mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Fix missing incorporeal floatyness
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
/mob/living/can_ztravel()
|
||||
if(incapacitated())
|
||||
return FALSE
|
||||
return hovering
|
||||
return (hovering || is_incorporeal())
|
||||
|
||||
/mob/living/carbon/human/can_ztravel()
|
||||
if(incapacitated())
|
||||
|
||||
Reference in New Issue
Block a user