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.
4 lines
67 B
JavaScript
4 lines
67 B
JavaScript
function enter(pi) {
|
|
pi.warp(105100000, 0);
|
|
return(true);
|
|
} |