Reformat and clean up reactor and base scripts
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
Yulete's Lab: Making the Reagent
|
||||
*/
|
||||
|
||||
function hit(){
|
||||
if(rm.getReactor().getState() == 4) {
|
||||
rm.dropItems();
|
||||
}
|
||||
function hit() {
|
||||
if (rm.getReactor().getState() == 4) {
|
||||
rm.dropItems();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user