Skip to content

Commit

Permalink
v1.110
Browse files Browse the repository at this point in the history
  • Loading branch information
juanosarg committed May 26, 2020
1 parent e728421 commit 1e383c7
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 2 deletions.
Binary file modified 1.1/Assemblies/VanillaPowerExpanded.dll
Binary file not shown.
24 changes: 24 additions & 0 deletions 1.1/Defs/SpecialSpawnsDefs/SpecialSpawnsDefs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
<li>WaterOceanShallow</li>
<li>WaterMovingShallow</li>
<li>EmptySpace</li>
<li>FakeFloorInsideShip</li>
<li>ShipWreckageTerrain</li>
<li>FakeFloorInsideShipMech</li>
<li>SoilShip</li>
<li>AB_LiquidSlime</li>
<li>GU_Piping</li>
<li>GU_RedWaterShallow</li>
<li>GU_RedWaterDeep</li>
<li>AB_PropaneLake</li>
<li>AB_LiquidLava</li>
<li>AB_Tar</li>
<li>RG-T_ToxicWaste</li>
</terrainValidationDisallowed>
<terrainValidationAllowed/>
<biomesWithExtraGeneration/>
Expand All @@ -38,6 +50,18 @@
<li>WaterOceanShallow</li>
<li>WaterMovingShallow</li>
<li>EmptySpace</li>
<li>FakeFloorInsideShip</li>
<li>ShipWreckageTerrain</li>
<li>FakeFloorInsideShipMech</li>
<li>SoilShip</li>
<li>AB_LiquidSlime</li>
<li>GU_Piping</li>
<li>GU_RedWaterShallow</li>
<li>GU_RedWaterDeep</li>
<li>AB_PropaneLake</li>
<li>AB_LiquidLava</li>
<li>AB_Tar</li>
<li>RG-T_ToxicWaste</li>
</terrainValidationDisallowed>
<biomesWithExtraGeneration>
<li>Desert</li>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ public override void MapComponentUpdate()
public override void MapComponentTick()
{
base.MapComponentTick();
if (!sentUpdateLetter)
/* if (!sentUpdateLetter)
{
Find.LetterStack.ReceiveLetter("VPE_GasUpdateNoticeLetterLabel".Translate(), "VPE_GasUpdateNoticeLetterText".Translate(), DefDatabase<LetterDef>.GetNamed("VPE_GasUpdateNoticeLetter"));
sentUpdateLetter = true;
}
}*/

foreach ( var net in GasNetworks )
if ( net.IsHashIntervalTick( 30 ) )
Expand Down
Binary file not shown.

0 comments on commit 1e383c7

Please sign in to comment.