Update
This commit is contained in:
@@ -531,11 +531,11 @@ public class Patches {
|
||||
if (Main.birthingConfigDebug.Value)
|
||||
Console.WriteLine($"Old age is {charactersConfigV.oldAge}");
|
||||
|
||||
bornConfig.MaxCitizensInZoneToChildrenBorn =
|
||||
Main.maxCitizensInZoneToChildrenBorn.Value;
|
||||
if (Main.birthingConfigDebug.Value)
|
||||
Console.WriteLine(
|
||||
$"Max citizens in zone to children born is {bornConfig.MaxCitizensInZoneToChildrenBorn}");
|
||||
//bornConfig.MaxCitizensInZoneToChildrenBorn =
|
||||
// Main.maxCitizensInZoneToChildrenBorn.Value;
|
||||
//if (Main.birthingConfigDebug.Value)
|
||||
// Console.WriteLine(
|
||||
// $"Max citizens in zone to children born is {bornConfig.MaxCitizensInZoneToChildrenBorn}");
|
||||
|
||||
bornConfig.MoraleInfluenceFloorParam = Main.moraleInfluenceFloorParam.Value;
|
||||
if (Main.birthingConfigDebug.Value)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"/>
|
||||
<PropertyGroup>
|
||||
<GAME_DIR>C:/Games/Infection.Free.Zone.v0.24.8.21a</GAME_DIR>
|
||||
<GAME_DIR>C:/Games/InfectionFreeZone</GAME_DIR>
|
||||
<GAME_MANAGED>$(GAME_DIR)/Infection Free Zone_Data/Managed</GAME_MANAGED>
|
||||
<GAME_BEPINEX>$(GAME_DIR)/BepInEx</GAME_BEPINEX>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
- source: bin/Release/InfectionFreeZone.dll
|
||||
target: C:\Games\Infection.Free.Zone.v0.24.8.21a\BepInEx\plugins\InfectionFreeZone.dll
|
||||
- source: InfectionFreeZone\bin\Release\InfectionFreeZone.dll
|
||||
target: C:\Games\InfectionFreeZone\BepInEx\plugins\InfectionFreeZone.dll
|
||||
delete: true
|
||||
|
||||
Reference in New Issue
Block a user