Adds ice tiles to cold pressurized turfs

This commit is contained in:
ZomgPonies
2015-12-08 01:24:38 -05:00
parent b8db2dd78d
commit 4922d60054
3 changed files with 23 additions and 13 deletions
+7 -1
View File
@@ -140,4 +140,10 @@ var/global/datum/controller/process/air_system/air_master
slmaster.icon = 'icons/effects/tile_effects.dmi'
slmaster.icon_state = "sleeping_agent"
slmaster.layer = FLY_LAYER
slmaster.mouse_opacity = 0
slmaster.mouse_opacity = 0
icemaster = new /obj/effect/overlay()
icemaster.icon = 'icons/turf/overlays.dmi'
icemaster.icon_state = "snowfloor"
icemaster.layer = TURF_LAYER+0.1
icemaster.mouse_opacity = 0