Proper syntax and commenting

I'm not a smart dev.
This commit is contained in:
RadiantFlash7
2020-01-05 11:21:34 -05:00
parent 6dbdb9b2d8
commit 827e61e183
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ var/list/mining_overlay_cache = list()
icon = 'icons/turf/walls.dmi'
icon_state = "rock-dark"
density = 1
opacity = 1
opacity = 1 // YW edit. Stops all my unsimulated tiles from being seethrough.
/turf/unsimulated/mineral/ice
name = "Ice wall"
+1 -1
View File
@@ -400,7 +400,7 @@ var/global/list/latejoin_tram = list()
else if(!istype(P.weather_holder.current_weather, /datum/weather/borealis2/blizzard))
if(frozen && prob(50))
unFreeze()
return
/obj/machinery/door/airlock/glass_external/freezable/process()
if(world.time >= nextWeatherCheck && !freezing) //don't do the thing if i'm already doing it.
freezing = 1