Files
7864f72720 Hotfix Release (#16723)
* 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>
2024-12-16 10:09:52 +10:00

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