robo health buff
This commit is contained in:
parent
f5ddd58f70
commit
58404f1490
3 changed files with 8 additions and 4 deletions
|
@ -38,7 +38,7 @@ data:extend({
|
|||
icon = sprite('logistic_entity_icon.png'),
|
||||
icon_size = 64,
|
||||
flags = {"placeable-player", "player-creation", "placeable-off-grid", "not-on-map"},
|
||||
max_health = 800,
|
||||
max_health = 1400,
|
||||
corpse = 'big-remnants',
|
||||
collision_box = {{0, 0}, {0, 0}},
|
||||
selection_box = {{-0.5, -1.5}, {0.5, -0.5}},
|
||||
|
@ -156,7 +156,7 @@ data:extend({
|
|||
icon = sprite('construction_entity_icon.png'),
|
||||
icon_size = 64,
|
||||
flags = {"placeable-player", "player-creation", "placeable-off-grid", "not-on-map"},
|
||||
max_health = 800,
|
||||
max_health = 1400,
|
||||
corpse = 'big-remnants',
|
||||
collision_box = {{0, 0}, {0, 0}},
|
||||
selection_box = {{-0.5, -1.5}, {0.5, -0.5}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue