mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
18 lines
549 B
Plaintext
18 lines
549 B
Plaintext
/obj/item/stack/material/glass/titanium
|
|
name = "ti-glass sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-titaniumglass"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
default_type = MAT_TITANIUMGLASS
|
|
|
|
/obj/item/stack/material/glass/plastitanium
|
|
name = "plastitanium glass sheets"
|
|
icon = 'icons/obj/stacks_vr.dmi'
|
|
icon_state = "sheet-plastitaniumglass"
|
|
item_state = "sheet-silver"
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
default_type = MAT_PLASTITANIUMGLASS
|