Files
sweetgum-server/scripts/portal/TD_MC_Egate.js
ronancpl 3a882c7f31 Exp gain & Chaos scroll fix + Diet's MK Overhaul
Fixed issues with negative experience being distributed to characters
when killing a mob, rendering "Exp reset". Fixed chaos scroll behaving
oddly. Refactored debuff expirations to manage one list with registered
debuffs and expire times, thus lifting some load from the TimerManager.
Added concurrency protection on how World deals with parties. Thanks to
the DietStory dev team, fixed some issues with the MK maps.
2017-10-04 02:35:52 -03:00

5 lines
83 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(106021300, 1);
return true;
}