This commit is contained in:
kevinz000
2020-01-25 19:56:50 -07:00
parent 72e33d8832
commit 259b992317
+3 -1
View File
@@ -86,7 +86,9 @@
/turf/open/pool/Exited(atom/A, atom/newLoc)
. = ..()
if(isliving(A))
controller?.mobs_in_pool -= A
var/turf/open/pool/P = newLoc
if(!istype(P) || (P.controller != controller))
controller?.mobs_in_pool -= A
// Entered logic
/turf/open/pool/Entered(atom/movable/AM, atom/oldloc)