Merge pull request #3195 from Citadel-Station-13/upstream-merge-31364

[MIRROR] Fixes Wood Being Invisible.
This commit is contained in:
LetterJay
2017-10-07 01:08:18 -04:00
committed by GitHub
@@ -163,7 +163,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \
desc = "One can only guess that this is a bunch of wood."
singular_name = "wood plank"
icon_state = "sheet-wood"
icon = 'icons/obj/items_and_weapons.dmi'
icon = 'icons/obj/stack_objects.dmi'
origin_tech = "materials=1;biotech=1"
sheettype = "wood"
armor = list(melee = 0, bullet = 0, laser = 0, energy = 0, bomb = 0, bio = 0, rad = 0, fire = 50, acid = 0)