[MIRROR] Glass floor cracking now uses overlays, plasma glass floors display properly [MDB IGNORE] (#14551)

* Glass floor cracking now uses overlays, plasma glass floors display properly (#67957)

* Renames plasma floor damage states

* Fixes bug, updates to overlays

* Glass floor cracking now uses overlays, plasma glass floors display properly

Co-authored-by: Coffee <CoffeeDragon16@gmail.com>
This commit is contained in:
SkyratBot
2022-06-27 02:14:44 +01:00
committed by GitHub
co-authored by Coffee
parent c46e2a824e
commit 9167c0a11a
4 changed files with 0 additions and 8 deletions
-8
View File
@@ -45,8 +45,6 @@
base_icon_state = "reinf_glass"
floor_tile = /obj/item/stack/tile/rglass
/turf/open/floor/glass/reinforced/setup_broken_states()
return list("reinf_glass-damaged1", "reinf_glass-damaged2", "reinf_glass-damaged3")
/turf/open/floor/glass/reinforced/icemoon
initial_gas_mix = ICEMOON_DEFAULT_ATMOS
@@ -62,9 +60,6 @@
base_icon_state = "plasma_glass"
floor_tile = /obj/item/stack/tile/glass/plasma
/turf/open/floor/glass/plasma/setup_broken_states()
return list("plasma_glass-damaged1", "plasma_glass-damaged2", "plasma_glass-damaged3")
/turf/open/floor/glass/plasma/icemoon
initial_gas_mix = ICEMOON_DEFAULT_ATMOS
@@ -79,9 +74,6 @@
base_icon_state = "reinf_plasma_glass"
floor_tile = /obj/item/stack/tile/rglass/plasma
/turf/open/floor/glass/reinforced/plasma/setup_broken_states()
return list("reinf_plasma_glass-damaged1", "reinf_plasma_glass-damaged2", "reinf_plasma_glass-damaged3")
/turf/open/floor/glass/reinforced/plasma/icemoon
initial_gas_mix = ICEMOON_DEFAULT_ATMOS
Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB