Rename MCRevive2.js to MCrevive2.js

This commit is contained in:
Favouris
2023-05-14 19:16:51 +08:00
committed by GitHub
parent 0b73d6112a
commit 2d6cf07a65

View File

@@ -0,0 +1,9 @@
/*
[CelticMS] Monster Carnival Reviving Field 1
*/
function enter(pi) {
pi.warp(980000201, 0);
pi.playPortalSound();
return true;
}