This commit is contained in:
kevinz000
2020-01-27 22:42:48 -07:00
parent 8c0d8b694c
commit 6eac97524f
3 changed files with 2 additions and 9 deletions
-7
View File
@@ -31,13 +31,6 @@
desc = "The less-loved portion of the jumping board."
dir = EAST
/obj/structure/pool/Rboard/CheckExit(atom/movable/O as mob|obj, target as turf)
if(istype(O) && O.pass_flags & PASSGLASS)
return TRUE
if(get_dir(O.loc, target) == dir)
return FALSE
return TRUE
/obj/structure/pool/Lboard
name = "JumpBoard"
icon_state = "boardleft"