ladder climb

This commit is contained in:
kevinz000
2020-01-27 22:34:31 -07:00
parent 9867d7b377
commit c76bf202a8
+2
View File
@@ -79,6 +79,8 @@
return ..() //people pulling stuff out of pool
if(!ishuman(AM))
return ..() //human weak, monkey (and anyone else) ook ook eek eek strong
if(isliving(AM) && (locate(/obj/structure/pool/ladder) in src))
return ..() //climbing out
return istype(newloc, type)
return ..()