Destroying a dojo room does not refund decos that were placed in it #2521

Closed
opened 2025-07-20 10:20:52 -07:00 by Sainan · 0 comments
Owner

The logic right now only handles refunding of the build costs:

component.Decos?.forEach(deco => moveResourcesToVault(guild, deco));

But this neglects personal decos / ayatan treasures.

The logic right now only handles refunding of the build costs: ```ts component.Decos?.forEach(deco => moveResourcesToVault(guild, deco)); ``` But this neglects personal decos / ayatan treasures.
Sainan added the
bug
label 2025-07-20 10:20:52 -07:00
Sign in to join this conversation.
No description provided.