Files
sweetgum-server/scripts/reactor/2612005.js
P0nk ea76880b7f Use act() in reactor scripts where possible, provide empty act() otherwise
"function hit()" has triggered on each reactor hit,
while "function act()" is only triggered once it's destroyed or reached an end state
2022-08-31 21:34:49 +02:00

7 lines
78 B
JavaScript

/*
Yulete's Lab: Making the Reagent
*/
function act() {
rm.dropItems();
}