Skip to content

Commit

Permalink
Update door.dm (#9041)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcatjmeow committed Jun 26, 2020
1 parent a519410 commit baf7fe5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/game/machinery/doors/door.dm
Expand Up @@ -135,9 +135,8 @@
if(istype(mover)) //yogs start
if(mover.pass_flags & PASSGLASS)
return !opacity
else if(mover.pass_flags & PASSDOOR)
if(mover.pass_flags & PASSDOOR)
return TRUE //yogs end
return .

/obj/machinery/door/proc/bumpopen(mob/user)
if(operating)
Expand Down

0 comments on commit baf7fe5

Please sign in to comment.