Skip to content

Commit

Permalink
remove debug_msg
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Jul 6, 2024
1 parent 0d5dd51 commit f07541f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/objects/structures/pipes/vents/vents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@

/obj/structure/pipes/vents/MouseDrop_T(obj/structure/pipes/vents/dropvent, mob/living/carbon/xenomorph/user)
if(!isxeno(user) || !user.check_state() || !user.can_ventcrawl())
debug_msg("hit the return")
return
if(dropvent in range(1))
user.handle_ventcrawl(dropvent)
Expand Down

0 comments on commit f07541f

Please sign in to comment.