Skip to content

Commit

Permalink
bigger incinerator tech icons working
Browse files Browse the repository at this point in the history
  • Loading branch information
judos committed Mar 10, 2016
1 parent b0e9536 commit 088a837
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
Binary file removed graphics/electric-incinerator_v2.png
Binary file not shown.
Binary file removed graphics/incinerator_v2.png
Binary file not shown.
Binary file modified source/graphics/technology/electric-incinerator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/graphics/technology/incinerator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions source/prototypes/electric-incinerator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ data:extend({
type = "technology",
name = "electric-incinerator",
icon = "__hardCrafting__/graphics/technology/electric-incinerator.png",
icon_size = 128,
prerequisites = prerequisites,
effects = {
{
Expand Down
1 change: 1 addition & 0 deletions source/prototypes/incinerator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ data:extend({
type = "technology",
name = "incinerator",
icon = "__hardCrafting__/graphics/technology/incinerator.png",
icon_size = 128,
prerequisites = {},
effects = {
{
Expand Down
2 changes: 1 addition & 1 deletion source/prototypes/pulverizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ data:extend({
},
time = 30
},
order = "_pulverizer"
order = "_crusher-2"
}
})

0 comments on commit 088a837

Please sign in to comment.