1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-26 03:52:22 +02:00

mtn v3 - fix generate spawning units

This commit is contained in:
Gerkiz 2021-11-19 22:54:46 +01:00
parent 9ba5d2387c
commit 4b3007065e

View File

@ -346,7 +346,7 @@ local function do_place_entities(data)
if entity then
if e.note then
local modified_unit_health = WD.get('modified_unit_health')
BiterHealthBooster.add_unit(entity, modified_unit_health.current_value)
BiterHealthBooster.add_unit(entity, modified_unit_health.current_value + 1)
end
wintery(entity)
if e.direction then
@ -379,7 +379,7 @@ local function do_place_entities(data)
if entity then
if e.note then
local modified_unit_health = WD.get('modified_unit_health')
BiterHealthBooster.add_unit(entity, modified_unit_health.current_value)
BiterHealthBooster.add_unit(entity, modified_unit_health.current_value + 1)
end
wintery(entity)
if e.direction then