Reformat and clean up portal scripts
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
*/
|
||||
|
||||
function enter(pi) {
|
||||
pi.playPortalSound(); pi.warp(920010600, Math.random() * 3 > 1 ? 1 : 2);
|
||||
pi.playPortalSound();
|
||||
pi.warp(920010600, Math.random() * 3 > 1 ? 1 : 2);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user