Fixed slotMax function caching up dirtied player data. Fixed many portals not supposed to warp players to "random spawnpoints". Fixed Wind Walk not being cancellable by attacking.
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
function enter(pi) {
|
|
pi.playPortalSound();
|
|
pi.warp(100030100, 0);
|
|
return true;
|
|
}
|