Files

29 lines
728 B
Plaintext

// todo: these are only here because of tables and other stupid shit that require material for render
// when that's redone, REMOVE THESE.
// what the fuck?
/datum/prototype/material/darkglass
id = "glass_dark"
name = "darkglass"
display_name = "darkglass"
icon_base = "darkglass"
icon_colour = "#FFFFFF"
table_icon_base = "darkglass"
// what the fuck?
/datum/prototype/material/fancyblack
id = "black_fancy"
name = "fancyblack"
display_name = "fancyblack"
icon_base = "fancyblack"
icon_colour = "#FFFFFF"
table_icon_base = "fancyblack"
// what the fuck?
/datum/prototype/material/alienalloy/alium
id = "abductor_alloy"
name = "alium"
display_name = "alien"
icon_colour = "#FFFFFF"
table_icon_base = "alien"