mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 05:28:16 +01:00
* Fixes maint pred spawning (#16699) Fixed maint preds spawning without placing the user inside of them. * Adds a new ghost vis blocking area flag (#16696) * Adds a new ghost vis blocking area flag * . * . * . * . * ., * . * . * . * . * . * . * . * . * . * . * some more * add admin verbs to add and remove areas * . * Fixed coffee cup storage (#16701) Fixed coffee cups not being able to be placed back in their boxes. Closes #16700 * fix multizmovement (#16702) * interlock protean hideing and resting (#16704) * Fix vents not linking to air alarms (#16706) * adds scrollbar to ore smelting (#16709) * fixes a few plane issues (#16712) * fixes a few plane issues * dme * - * Makes unabsorb chem NOT infinitely hallucinate you! (#16714) * surgery fixes (#16716) * fix rigs going permanently offline and some radio stuff (#16721) * fix rigs going permanently offline * . * also fix those * . --------- Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: tacoguy7765093 <karokaromaro@gmail.com>
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
/obj/item/stack/material/glass
|
|
name = MAT_GLASS
|
|
icon_state = "sheet-transparent"
|
|
default_type = MAT_GLASS
|
|
no_variants = FALSE
|
|
drop_sound = 'sound/items/drop/glass.ogg'
|
|
pickup_sound = 'sound/items/pickup/glass.ogg'
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/reinforced
|
|
name = "reinforced glass"
|
|
icon_state = "sheet-rtransparent"
|
|
default_type = MAT_RGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/phoronglass
|
|
name = MAT_PGLASS
|
|
desc = "This sheet is special platinum-glass alloy designed to withstand large temperatures"
|
|
singular_name = "borosilicate glass sheet"
|
|
icon_state = "sheet-transparent"
|
|
default_type = MAT_PGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|
|
|
|
/obj/item/stack/material/glass/phoronrglass
|
|
name = MAT_RPGLASS
|
|
desc = "This sheet is special platinum-glass alloy designed to withstand large temperatures. It is reinforced with few rods."
|
|
singular_name = "reinforced borosilicate glass sheet"
|
|
icon_state = "sheet-rtransparent"
|
|
default_type = MAT_RPGLASS
|
|
no_variants = FALSE
|
|
apply_colour = TRUE
|