That's why I said to use a sensor. Making a collision box a sensor means that it will detect collisions, but not physically respond to them (so you can still walk through it). And you can solve the problem of killing the sign by setting it to a different collision group than your enemies. Then, in your collision detection code, you check the collision group of the colliding object, instead of just assuming it is an enemy and killing it.