暂存
This commit is contained in:
Binary file not shown.
@@ -34,10 +34,6 @@
|
||||
</statBases>
|
||||
<tickerType>Normal</tickerType>
|
||||
<comps>
|
||||
<li Class="CompProperties_Power">
|
||||
<compClass>CompPowerTrader</compClass>
|
||||
<basePowerConsumption>500</basePowerConsumption>
|
||||
</li>
|
||||
<li Class="CompProperties_Refuelable">
|
||||
<fuelLabel>导弹</fuelLabel>
|
||||
<fuelGizmoLabel>导弹</fuelGizmoLabel>
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<speed>50</speed>
|
||||
<explosionRadius>5.9</explosionRadius>
|
||||
<soundExplode>MortarBomb_Explode</soundExplode>
|
||||
<flyOverhead>true</flyOverhead>
|
||||
</projectile>
|
||||
<modExtensions>
|
||||
<li Class="ArachnaeSwarm.CruiseMissileProperties">
|
||||
|
||||
@@ -51,11 +51,6 @@ namespace ArachnaeSwarm
|
||||
|
||||
private bool CanFireGlobal(out string reason)
|
||||
{
|
||||
if (!this.powerComp.PowerOn)
|
||||
{
|
||||
reason = "NoPower".Translate().CapitalizeFirst();
|
||||
return false;
|
||||
}
|
||||
var refuelableComp = this.TryGetComp<CompRefuelable>();
|
||||
if (refuelableComp != null && !refuelableComp.HasFuel)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user