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:
parent
9ba5d2387c
commit
4b3007065e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user