diff --git a/changelog.txt b/changelog.txt index e8574687b..8b0d56ebb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Version: 2.1.15 Date: ? Changes: - Buffed fawogae path 3. No longer replaces the fawogae -> raw coal recipe and instead lets you have both. + - Fixed that antelopes had no blood. --------------------------------------------------------------------------------------------------- Version: 2.1.14 Date: 2024-1-10 diff --git a/prototypes/recipes/antelope/recipes-antelope-rendering.lua b/prototypes/recipes/antelope/recipes-antelope-rendering.lua index 19c3f444c..c9e3057aa 100644 --- a/prototypes/recipes/antelope/recipes-antelope-rendering.lua +++ b/prototypes/recipes/antelope/recipes-antelope-rendering.lua @@ -23,6 +23,7 @@ FUN.autorecipes { {name='mukmoux-fat', amount = 3}, {name='guts', amount = 5}, {name='brain', amount = 2}, + {name='blood', amount = 60}, {name='cage-antelope', amount=1}, {name='strangelets', amount = 1}, },