Update code/modules/pool/pool_main.dm as per ghom suggestion

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Detective-Google
2020-02-12 23:43:10 -06:00
committed by GitHub
parent 8643b0103e
commit 25c677942a
+1 -1
View File
@@ -72,7 +72,7 @@
/turf/open/pool/Exit(atom/movable/AM, atom/newloc)
if(!AM.has_gravity(src))
return ..()
if(isliving(AM) || istype(AM, /obj/structure))
if(isliving(AM) || isstructure(AM))
if(AM.throwing)
return ..() //WHEEEEEEEEEEE
if(istype(AM, /obj/structure) && isliving(AM.pulledby))