Reformat and clean up reactor and base scripts
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
* @reactor: Spine
|
||||
* @map: 930000200 - Forest of Poison Haze - Deteriorated Forest
|
||||
* @func: Water Fountain
|
||||
*/
|
||||
*/
|
||||
|
||||
function act() {
|
||||
if(rm.getReactor().getState() == 4) {
|
||||
if (rm.getReactor().getState() == 4) {
|
||||
rm.getEventInstance().showClearEffect(rm.getMap().getId());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user