Files
sweetgum-server/scripts/reactor/3009000.js
ronancpl 85a81b9bf9 Neo City + Revamped EllinPQ + New Release
Fixed Neo City area, now playable.
Overhauled the EllinPQ mechanics, such as the "CLEAR" effect when passing maps, and some bug fixes along the way.
Refactored a lot of out-of-place classes and properly renamed a few others through the project.
Updated readme and licenses through the source, preparing the stage for the new release.
2017-11-29 00:57:50 -02:00

12 lines
269 B
JavaScript

/**
* @author: Ronan
* @reactor: Spine
* @map: 930000200 - Forest of Poison Haze - Deteriorated Forest
* @func: Water Fountain
*/
function act() {
if(rm.getReactor().getState() == 4) {
rm.getEventInstance().showClearEffect(rm.getMap().getId());
}
}