Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed May 14, 2017
1 parent 2682bfa commit 9a67145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions locale/en/en.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dect-paint-emergency=Emergency concrete
dect-paint-radiation=Radiation hazard concrete
dect-paint-safety=Safety concrete
dect-wood-floor=Wooden floorboards
dect-concrete-wall=Concrete wall

[item-description]
dect-paint-hazard=Press __CONTROL__rotate__ to rotate painted tiles.
Expand Down
5 changes: 3 additions & 2 deletions prototypes/item/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ if DECT.ENABLED["walls"] then
}
})

-- Change stone wall icon
data.raw["item"]["stone-wall"].icon = "__Dectorio__/graphics/icons/stone-brick-wall.png"
-- Change base stone wall
local base_stone_wall = data.raw["item"]["stone-wall"]
base_stone_wall.icon = "__Dectorio__/graphics/icons/stone-brick-wall.png"

end

0 comments on commit 9a67145

Please sign in to comment.