Upgrade level 1 to 2, like you can 2 to 3

The fast upgrade group and next item was set between 2 and 3, but incomplete for level 1 to do preventing that to be easily upgradeable.  This allows upgrades between all levels now.
This commit is contained in:
sergeknystautas 2021-09-12 18:36:07 -07:00 committed by GitHub
parent c359a92d45
commit 1070599e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ data:extend({
icon_size = 32,
flags = { "placeable-neutral", "placeable-player", "player-creation" },
minable = { hardness = 0.2, mining_time = 0.5, result = "air-filter-machine-1" },
--fast_replaceable_group = "air-filter-machine",
fast_replaceable_group = "air-filter-machine",
next_upgrade = "air-filter-machine-2",
max_health = 150,
corpse = "medium-remnants",
alert_icon_shift = util.by_pixel(-3, -12),