"function hit()" has triggered on each reactor hit, while "function act()" is only triggered once it's destroyed or reached an end state
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
/*
|
|
Yulete's Lab: Making the Reagent
|
|
*/
|
|
|
|
function act() {
|
|
rm.dropItems();
|
|
} |