mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* Removes a pointless initial() call from chameleon changing (#64771) Calling initial() on a local var or proc arg just returns the current value. I added a compiler warning for this in OpenDream, which caught this. * Removes a pointless initial() call from chameleon changing Co-authored-by: ike709 <ike709@users.noreply.github.com>