diff --git a/About/About.xml b/About/About.xml index 21b1f88..17aec43 100644 --- a/About/About.xml +++ b/About/About.xml @@ -4,6 +4,7 @@ Rakuss and CosmicDan 0.17.1557 v1.17.2 (Unofficial) + Adds coal to the game. It spawns on the map in veins (like steel). You can dig it and power your generators and any other refuelable thing with it. \ No newline at end of file diff --git a/Assemblies/BlackFuelNative.dll b/Assemblies/BlackFuelNative.dll index 79aea7b..0e94ecd 100644 Binary files a/Assemblies/BlackFuelNative.dll and b/Assemblies/BlackFuelNative.dll differ diff --git a/Source/BlackFuelNative/CompScuttlable.cs b/Source/BlackFuelNative/CompScuttlable.cs index 7f43761..593d250 100644 --- a/Source/BlackFuelNative/CompScuttlable.cs +++ b/Source/BlackFuelNative/CompScuttlable.cs @@ -71,8 +71,6 @@ public override void CompTick() compRefuelable.Refuel(fuelThingValue); fuelThing.stackCount -= fuelNeeded; } - - } } }