mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] Fixes xeno resin floor layer [MDB IGNORE] (#21717)
* Fixes xeno resin floor layer (#75888) ## About The Pull Request Changes resin floor to MID_TURF_LAYER (turf decals are not shown! ## Why It's Good For The Game Fixes #75876 ## Changelog 🆑 fix: xeno resin floor layer /🆑 * Fixes xeno resin floor layer --------- Co-authored-by: jimmyl <70376633+mc-oofert@users.noreply.github.com>
This commit is contained in:
@@ -135,7 +135,7 @@
|
||||
desc = "A thick resin surface covers the floor."
|
||||
anchored = TRUE
|
||||
density = FALSE
|
||||
layer = TURF_LAYER
|
||||
layer = MID_TURF_LAYER
|
||||
plane = FLOOR_PLANE
|
||||
icon = 'icons/obj/smooth_structures/alien/weeds1.dmi'
|
||||
icon_state = "weeds1-0"
|
||||
|
||||
Reference in New Issue
Block a user