mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-24 16:16:45 +01:00
29 lines
728 B
Plaintext
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"
|