mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
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:
@@ -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")
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user