Use K2 tech icon for pumpjack if available
This commit is contained in:
parent
75d607652d
commit
005fba27f8
1 changed files with 4 additions and 1 deletions
|
|
@ -107,7 +107,10 @@ data:extend({
|
|||
type = "technology",
|
||||
name = "pumpjack",
|
||||
icons = {
|
||||
{ icon = data.raw.technology["oil-processing"].icon, icon_size=data.raw.technology["oil-processing"].icon_size },
|
||||
{
|
||||
icon = mods["Krastorio2"] and "__Krastorio2Assets__/technologies/oil-gathering.png" or data.raw.technology["oil-processing"].icon,
|
||||
icon_size = mods["Krastorio2"] and 256 or data.raw.technology["oil-processing"].icon_size
|
||||
},
|
||||
},
|
||||
effects =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue