This commit is contained in:
Anuken
2022-11-03 08:45:07 -04:00
parent ebb37f4abe
commit cef2778d43
2 changed files with 6 additions and 1 deletions

View File

@@ -645,7 +645,7 @@ objective.destroycore = [accent]Destroy Enemy Core
objective.command = [accent]Command Units objective.command = [accent]Command Units
objective.nuclearlaunch = [accent]\u26A0 Nuclear launch detected: [lightgray]{0} objective.nuclearlaunch = [accent]\u26A0 Nuclear launch detected: [lightgray]{0}
announce.nuclearstrike = [red]\u26A0 NUCLEAR STRIKE INBOUND \u26A0 announce.nuclearstrike = [red]\u26A0 NUCLEAR STRIKE INBOUND \u26A0\n[lightgray]construct backup cores immediately
loadout = Loadout loadout = Loadout
resources = Resources resources = Resources

View File

@@ -38,6 +38,11 @@ public class UnitCargoLoader extends Block{
ambientSound = Sounds.respawning; ambientSound = Sounds.respawning;
} }
@Override
public boolean outputsItems(){
return false;
}
@Override @Override
public void setBars(){ public void setBars(){
super.setBars(); super.setBars();