OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

Builtin vars with special behavior are often not handled properly

Open ike709 opened this issue 4 years ago • 0 comments

Examples of vars that aren't handled properly (the real list is a lot longer):

  • [x] overlays - Fixed in https://github.com/wixoaGit/OpenDream/pull/555
  • [x] underlays - Fixed in https://github.com/wixoaGit/OpenDream/pull/555
  • [x] invisibility - Fixed in https://github.com/wixoaGit/OpenDream/pull/555
  • [ ] contents

These should be pretty easy to identify by just checking OnVariableSet(). If it has custom set logic and doesn't directly manipulate its own value, it's probably handled wrong.

ike709 avatar Dec 25 '21 02:12 ike709