diff --git a/OpenDreamRuntime/AtomManager.cs b/OpenDreamRuntime/AtomManager.cs index 0d68698a58..32d2bb5ba9 100644 --- a/OpenDreamRuntime/AtomManager.cs +++ b/OpenDreamRuntime/AtomManager.cs @@ -376,8 +376,8 @@ public void SetAppearanceVar(IconAppearance appearance, string varName, DreamVal case "underlays": throw new Exception($"Cannot assign the {varName} var on an appearance"); - // TODO: overlays, underlays, filters - // Those are handled separately by whatever is calling SetAppearanceVar currently + // TODO: filters + // It's handled separately by whatever is calling SetAppearanceVar currently default: throw new ArgumentException($"Invalid appearance var {varName}"); }