From 26f37c7c19968f7a08d9eb03a2edb5f88da761a2 Mon Sep 17 00:00:00 2001 From: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Date: Wed, 26 Jan 2022 11:30:52 -0800 Subject: [PATCH] [NON MODULAR] Fix medical cryo cell sprite layering (#10900) * Modular Cryo * tgstation.dme * Add PR number * Now changes base cryo.dm instead of modular * Suggested improvement from Iamgoofball Co-authored-by: Iamgoofball * Fixing dat comment doe Co-authored-by: Iamgoofball Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> --- .../atmospherics/machinery/components/unary_devices/cryo.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm index 567acf2a0ea..c7c9acb427f 100644 --- a/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm +++ b/code/modules/atmospherics/machinery/components/unary_devices/cryo.dm @@ -70,7 +70,7 @@ density = TRUE max_integrity = 350 armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 100, BOMB = 0, BIO = 100, FIRE = 30, ACID = 30) - layer = MOB_LAYER + layer = MOB_LAYER - 0.2 //SKYRAT EDIT - Fixing the opacity of cryo cells - ORIGINAL: layer = MOB_LAYER state_open = FALSE circuit = /obj/item/circuitboard/machine/cryo_tube pipe_flags = PIPING_ONE_PER_TURF | PIPING_DEFAULT_LAYER_ONLY