Merge pull request #4122 from Citadel-Station-13/upstream-merge-33058

[MIRROR] pais can no longer buckle to objects, and buckle others to objects
This commit is contained in:
deathride58
2017-11-25 05:49:37 +00:00
committed by GitHub
@@ -79,6 +79,12 @@
. = ..()
. += slowdown
/mob/living/silicon/pai/can_unbuckle()
return FALSE
/mob/living/silicon/pai/can_buckle()
return FALSE
/mob/living/silicon/pai/Destroy()
GLOB.pai_list -= src
return ..()