mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-21 23:17:43 +01:00
Try to make random designs in automation stick around when redrawing/changing zone.
This commit is contained in:
parent
467dc2c22f
commit
c9febe2c74
7 changed files with 23 additions and 23 deletions
|
|
@ -29,9 +29,9 @@ public class RevertDesign : IDesignStandIn
|
|||
public StateSource AssociatedSource()
|
||||
=> StateSource.Game;
|
||||
|
||||
public IEnumerable<(IDesignStandIn Design, ApplicationType Flags, JobFlag Jobs)> AllLinks
|
||||
public IEnumerable<(IDesignStandIn Design, ApplicationType Flags, JobFlag Jobs)> AllLinks(bool _)
|
||||
{
|
||||
get { yield return (this, ApplicationType.All, JobFlag.All); }
|
||||
yield return (this, ApplicationType.All, JobFlag.All);
|
||||
}
|
||||
|
||||
public void AddData(JObject jObj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue