Fixed #7803
This commit is contained in:
@@ -645,7 +645,7 @@ objective.destroycore = [accent]Destroy Enemy Core
|
||||
objective.command = [accent]Command Units
|
||||
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
|
||||
resources = Resources
|
||||
|
||||
@@ -38,6 +38,11 @@ public class UnitCargoLoader extends Block{
|
||||
ambientSound = Sounds.respawning;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean outputsItems(){
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setBars(){
|
||||
super.setBars();
|
||||
|
||||
Reference in New Issue
Block a user