-Forgot to remove a debug message.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4916 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-20 02:23:26 +00:00
parent 28fbd01e7f
commit ba32520ca2
-1
View File
@@ -29,7 +29,6 @@
/obj/machinery/transformer/Bumped(var/atom/movable/AM)
// HasEntered didn't like people lying down.
world << "BUMP!"
if(ishuman(AM))
// Only humans can enter from the west side, while lying down.
var/move_dir = get_dir(loc, AM.loc)