From 3e87e03619a97044abcf3f95d2ffd6bc9b262dd0 Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Mon, 1 May 2023 21:53:31 +0200 Subject: [PATCH] Floors now almost won't melt --- code/game/turfs/simulated/floor.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/turfs/simulated/floor.dm b/code/game/turfs/simulated/floor.dm index 846d82883b1..2e461150a75 100644 --- a/code/game/turfs/simulated/floor.dm +++ b/code/game/turfs/simulated/floor.dm @@ -17,8 +17,8 @@ GLOBAL_LIST_INIT(icons_to_ignore_at_floor_init, list("damaged1","damaged2","dama plane = FLOOR_PLANE var/icon_regular_floor = "floor" //used to remember what icon the tile should have by default var/icon_plating = "plating" - thermal_conductivity = 0.040 - heat_capacity = 10000 + thermal_conductivity = 0.035 + heat_capacity = 100000 flags = NO_SCREENTIPS var/lava = 0 var/broken = FALSE