From 4e279c2e7ddd44ab5bf979c35c0adaa596d8bd1f Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Thu, 16 Jun 2016 19:25:51 +0100 Subject: [PATCH] Snow holodeck is now cold, but air pressure Fixes #18579. --- code/modules/holodeck/turfs.dm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/code/modules/holodeck/turfs.dm b/code/modules/holodeck/turfs.dm index 92a420f8c9f..ed2021bc5f4 100644 --- a/code/modules/holodeck/turfs.dm +++ b/code/modules/holodeck/turfs.dm @@ -79,8 +79,7 @@ /turf/open/floor/holofloor/carpet/New() ..() - spawn(1) - update_icon() + addtimer(src, "update_icon", 1) /turf/open/floor/holofloor/carpet/update_icon() if(!..()) @@ -96,9 +95,9 @@ slowdown = 2 /turf/open/floor/holofloor/snow/cold - temperature = 180 + initial_gas_mix = "o2=22;n2=82;TEMP=180" /turf/open/floor/holofloor/asteroid name = "asteroid sand" icon = 'icons/turf/floors.dmi' - icon_state = "asteroid" \ No newline at end of file + icon_state = "asteroid"