Bank preparation (#499)

* TownSend condition

* personal objectives update

* add common objectives

* add common objectives

* tweaks

* quartermaster and merchant

* job spawner icons

* add merchants to tavern map
This commit is contained in:
Ed
2024-10-20 21:20:16 +03:00
committed by GitHub
parent 78e94b1623
commit 85463d380f
51 changed files with 857 additions and 752 deletions

View File

@@ -64,7 +64,7 @@ public record struct ObjectiveAssignedEvent(EntityUid MindId, MindComponent Mind
/// Use this to set the objective's title description or icon.
/// </summary>
[ByRefEvent]
public record struct ObjectiveAfterAssignEvent(EntityUid MindId, MindComponent Mind, ObjectiveComponent Objective, MetaDataComponent Meta);
public record struct ObjectiveAfterAssignEvent(EntityUid? MindId, MindComponent? Mind, ObjectiveComponent Objective, MetaDataComponent Meta); //CP14 add ? to mindId and Mind. For Common goals
/// <summary>
/// Event raised on an objective to update the Progress field.