sweetgum83/scripts/reactor/3009000.js

12 lines
271 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
/**
* @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());
}
}