More material renames

Gives several materials shorter and easier to type names, updating the
display_name where applicable. Also fixed a slightly mismatched variable
type.
This commit is contained in:
HarpyEagle
2015-08-05 16:06:48 -04:00
parent d1bd146b1a
commit fc7e89380e
5 changed files with 13 additions and 11 deletions

View File

@@ -63,11 +63,11 @@
icon_state = "holo_preview"
color = "#EEEEEE"
New()
material = get_material_by_name("holographic [DEFAULT_TABLE_MATERIAL]")
material = get_material_by_name("holo[DEFAULT_TABLE_MATERIAL]")
..()
woodentable/holotable
icon_state = "holo_preview"
New()
material = get_material_by_name("holographic wood")
material = get_material_by_name("holowood")
..()