Discuss the massively-multiplayer home defense game.
You are not logged in.
Pages: 1
If you step on an unpowered pit That gets powered the same turn you step on it, will you die or will the pit's hatch close before that happens?
Offline
The trapdoor will close in time, saving you. The order of things happening is:
Player moves
Pets move
Pressure plates switched
Electronics calculated
Death checked
Offline
Okay thank you !
Offline
Every move in TCD runs like this:
1. The player moves.
2. Pets move.
3. Electronics (and therefore traps) are updated.
4. The game calculates if you or any pets are killed.
So if you walk on a pit as it turns on you will survive, this is because the game tests if you die after the electronics update. The same is true for stepping on an electric floor as it turns off. Note that due to the move order you will not be able to step on a door as it opens, this is because movement occurs before the door opens.
You might be interested in the section on leaps of faith in the wiki.
Offline
Pages: 1