Skip to content

Commit

Permalink
Update OpenDreamRuntime/AtomManager.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
wixoaGit authored Nov 19, 2024
1 parent f69d21b commit ad9bd90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenDreamRuntime/AtomManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
}
Expand Down

0 comments on commit ad9bd90

Please sign in to comment.