diff --git a/About/About.xml b/About/About.xml index 9437d4d3..e9d22f18 100644 --- a/About/About.xml +++ b/About/About.xml @@ -40,6 +40,7 @@ Fireball Graphic created by StarsteelGaming at OpenGameArt.org (2018) <size=24>Changelog</size> +v1.09: Four new animals added! Bugfixing and balance tweaks. Full changelog on GitHub (01/12/18) v1.08: Bugfixing and balance tweaks. Full changelog on GitHub (12/11/18) v1.07: Two new animals added! Bugfixing and balance tweaks. Full changelog on GitHub (04/11/18) v1.06: Bugfixing and balance tweaks. Full changelog on GitHub (31/10/18) diff --git a/Defs/ThingDefs_Items/Items_Resource_Misc.xml b/Defs/ThingDefs_Items/Items_Resource_Misc.xml index 3ac0ffd0..8279b1e1 100644 --- a/Defs/ThingDefs_Items/Items_Resource_Misc.xml +++ b/Defs/ThingDefs_Items/Items_Resource_Misc.xml @@ -62,6 +62,8 @@ 1 0.8 + Sellable + MealAwful AA_AteSuperAwfulMeal diff --git a/Defs/ThingDefs_Races/Races_MeadowAve.xml b/Defs/ThingDefs_Races/Races_MeadowAve.xml index d080228a..92719165 100644 --- a/Defs/ThingDefs_Races/Races_MeadowAve.xml +++ b/Defs/ThingDefs_Races/Races_MeadowAve.xml @@ -96,7 +96,7 @@
  • Scratch
  • - 17 + 14 1.55 Feet @@ -112,7 +112,7 @@
  • Bite
  • - 15 + 13 1.85 Beak @@ -129,7 +129,7 @@
  • Blunt
  • - 4 + 3 1.65 HeadAttackTool 0.2 diff --git a/Defs/ThingDefs_Races/Races_SandSquid.xml b/Defs/ThingDefs_Races/Races_SandSquid.xml index 9ecb4355..e825b8cf 100644 --- a/Defs/ThingDefs_Races/Races_SandSquid.xml +++ b/Defs/ThingDefs_Races/Races_SandSquid.xml @@ -94,7 +94,8 @@ -
  • ExoticAnimal
  • +
  • AnimalUncommon
  • +
  • AnimalFarm
  • diff --git a/Patches/MerchantPatch.xml b/Patches/MerchantPatch.xml new file mode 100644 index 00000000..b920dfdb --- /dev/null +++ b/Patches/MerchantPatch.xml @@ -0,0 +1,21 @@ + + + + + + /Defs/TraderKindDef[defName = "Base_Outlander_Standard"]/stockGenerators + +
  • + AA_DisgustingMealNutrientPaste +
  • +
  • + AA_GallatrossHorn +
  • +
    +
    + + + + + +
    \ No newline at end of file diff --git a/Source/AlphaBehavioursAndEvents/.vs/AlphaBehavioursAndEvents/v15/.suo b/Source/AlphaBehavioursAndEvents/.vs/AlphaBehavioursAndEvents/v15/.suo index 8f86c668..dbb11eaa 100644 Binary files a/Source/AlphaBehavioursAndEvents/.vs/AlphaBehavioursAndEvents/v15/.suo and b/Source/AlphaBehavioursAndEvents/.vs/AlphaBehavioursAndEvents/v15/.suo differ