Noita-Together / noita-together

Play alone together
MIT License
44 stars 13 forks source link

Fix varpuluuta killing ws coroutine, bogus spell serialization #128

Closed tehkab closed 7 months ago

tehkab commented 7 months ago

One of the issues in #127 is the Varpuluuta special puzzle wand killing the ws coroutine, as well as serializing a bogus spell when banked. This is a fix for both issues; wand child entities that are not "card_action" tagged (spells) will not be serialized anymore.

NOTE: Varpuluuta will still lose it's special terrain-stain-cleaning effect when banked; fixing that either needs to be a special-case handling or a more comprehensive bank change as discussed in #127.