graphics and balance changes
This commit is contained in:
parent
20879f7d46
commit
8aa10ffd83
43 changed files with 237 additions and 228 deletions
10
migrations/248k-0.9.3.lua
Normal file
10
migrations/248k-0.9.3.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
for _, v in pairs(game.surfaces) do
|
||||
for _, _v in pairs(v.find_entities_filtered{name = "fu_stelar_reactor_entity"}) do
|
||||
_v.surface.spill_item_stack(_v.position, {name="fu_stelar_reactor_item"})
|
||||
_v.mine()
|
||||
end
|
||||
for _, _v in pairs(v.find_entities_filtered{name = "fu_tokamak_reactor_entity"}) do
|
||||
_v.surface.spill_item_stack(_v.position, {name="fu_tokamak_reactor_item"})
|
||||
_v.mine()
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue