mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-20 18:47:53 +01:00
17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
/datum/material/steel/holographic
|
|
name = "holo" + MAT_STEEL
|
|
display_name = MAT_STEEL
|
|
stack_type = null
|
|
shard_type = SHARD_NONE
|
|
|
|
/datum/material/plastic/holographic
|
|
name = "holoplastic"
|
|
display_name = "plastic"
|
|
stack_type = null
|
|
shard_type = SHARD_NONE
|
|
|
|
/datum/material/wood/holographic
|
|
name = "holowood"
|
|
display_name = "wood"
|
|
stack_type = null
|
|
shard_type = SHARD_NONE |