Cryofluid overlay support

This commit is contained in:
Anuken
2025-07-28 00:05:30 -04:00
parent a1b7838334
commit fb0d335ea5

View File

@@ -288,6 +288,8 @@ public class Blocks{
}};
cryofluid = new Floor("pooled-cryofluid"){{
supportsOverlay = true;
overlayAlpha = 0.35f;
drownTime = 150f;
status = StatusEffects.freezing;
statusDuration = 240f;