From 9a6714579b77eafe9aa3f68b419a743307936cb0 Mon Sep 17 00:00:00 2001 From: jpanther Date: Sun, 14 May 2017 18:37:27 +1000 Subject: [PATCH] Minor fixes --- locale/en/en.cfg | 1 + prototypes/item/items.lua | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/locale/en/en.cfg b/locale/en/en.cfg index 6ef00d1..c6eaca1 100644 --- a/locale/en/en.cfg +++ b/locale/en/en.cfg @@ -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. diff --git a/prototypes/item/items.lua b/prototypes/item/items.lua index 19c0be1..ee3d23e 100644 --- a/prototypes/item/items.lua +++ b/prototypes/item/items.lua @@ -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 \ No newline at end of file