diff --git a/Mods/DarkestNight_SK/Defs/GameConditionDefs/MapConditions_Darkest.xml b/Mods/DarkestNight_SK/Defs/GameConditionDefs/MapConditions_Darkest.xml index e743f13ab7..e71a99f3dc 100644 --- a/Mods/DarkestNight_SK/Defs/GameConditionDefs/MapConditions_Darkest.xml +++ b/Mods/DarkestNight_SK/Defs/GameConditionDefs/MapConditions_Darkest.xml @@ -6,6 +6,11 @@ An unusual dark and cold... night. The darkness is gone + +
  • UnnaturalDarkness
  • +
  • BloodRain
  • +
  • DeathPall
  • +
    diff --git a/Mods/DarkestNight_SK/Defs/ThingDefs/Races_Darkest.xml b/Mods/DarkestNight_SK/Defs/ThingDefs/Races_Darkest.xml index 8738da87df..a2b1a0c7e5 100644 --- a/Mods/DarkestNight_SK/Defs/ThingDefs/Races_Darkest.xml +++ b/Mods/DarkestNight_SK/Defs/ThingDefs/Races_Darkest.xml @@ -57,6 +57,7 @@ Animal Void QuadrupedAnimalWithHooves + Animal false false false diff --git a/Mods/DarkestNight_SK/Patches/UpdateAnomalyEvents.xml b/Mods/DarkestNight_SK/Patches/UpdateAnomalyEvents.xml new file mode 100644 index 0000000000..16ec527775 --- /dev/null +++ b/Mods/DarkestNight_SK/Patches/UpdateAnomalyEvents.xml @@ -0,0 +1,22 @@ + + + + + /Defs/GameConditionDef[defName = "UnnaturalDarkness" or defName = "BloodRain" or defName = "DeathPall"]/exclusiveConditions + + /Defs/GameConditionDef[defName = "UnnaturalDarkness" or defName = "BloodRain" or defName = "DeathPall"] + + +
  • Darkness
  • +
    +
    +
    + + /Defs/GameConditionDef[defName = "UnnaturalDarkness" or defName = "BloodRain" or defName = "DeathPall"]/exclusiveConditions + +
  • Darkness
  • +
    +
    +
    + +