vgstation-coders / vgstation13

Butts
GNU Affero General Public License v3.0
266 stars 545 forks source link

Bump lets you move another mob onto anywhere. #2797

Closed ComicIronic closed 9 years ago

ComicIronic commented 9 years ago

How to reproduce:

  1. Get a mob next to you.
  2. Build a wall on the turf you're on.
  3. Attempt to move into the mob's turf. The mob will switch places with you, onto the wall.

Hilarious effects: You could build a conga-line of people in walls to have a ferry system back and forth over one or several wall tiles.

d3athrow commented 9 years ago

Goddamnit, byond's default should be to check the turf's density first if turf/enter fails. Wait you mean while you're on the wall and move off the wall, or the opposite. Because it doesn't work when trying to move into the wall.

ComicIronic commented 9 years ago

You are on the wall and move off the wall. You can actually be on any object and switch another mob onto that object.

I noticed this when I was messing around with Poly's saycode for testing and she moved me onto the suit storage unit.