Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Linq;
using System.Collections.Generic;
public static class GasConstants
{
const float OneAtmosphere = 101.325; // kPa
const float IdealGasEquation = 8.31; // kPa*L/(K*mol)
const float TemperatureCosmicMicrowaveBackround = 2.7; // K
}
using System;
using System.Linq;
using System.Collections.Generic;
public static class GasConstants
{
const float OneAtmosphere = 101.325; // kPa
const float IdealGasEquation = 8.31; // kPa*L/(K*mol)
const float TemperatureCosmicMicrowaveBackround = 2.7; // K
}
diff --git a/code/__HELPERS/icon_smoothing.dm b/code/__HELPERS/icon_smoothing.dm
index b3461ab..01a65ae 100644
--- a/code/__HELPERS/icon_smoothing.dm
+++ b/code/__HELPERS/icon_smoothing.dm
@@ -54,6 +54,32 @@
/atom/movable/var/can_be_unanchored = 0
/turf/var/list/fixed_underlay = null
+/var/list/rotatableSmoothIcons = list()
+