diff options
| author | historia <[not public]> | 2026-06-25 20:33:47 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-25 20:33:47 -0400 |
| commit | 84d74ca4351a97148ad8339676f9df7946bc21fb (patch) | |
| tree | a9f50ac56e8bbcdf2b307ef6f7143b67bce46c61 /internal/game/production_menu.go | |
| parent | c55d0e4150b23f2c5c9f96bbc3d4dc2fc6dbaa36 (diff) | |
| download | thehouseoficarus-84d74ca4351a97148ad8339676f9df7946bc21fb.tar.gz | |
feat: trigger system for scripted events added.
Diffstat (limited to 'internal/game/production_menu.go')
| -rw-r--r-- | internal/game/production_menu.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/game/production_menu.go b/internal/game/production_menu.go index 7181a0e..c1d9a96 100644 --- a/internal/game/production_menu.go +++ b/internal/game/production_menu.go @@ -258,7 +258,7 @@ func (g *Game) handleProductChoice(sess *net.Session, input string) { } p.EnsureFlags() - p.Flags[lastFlagKey] = sel.Item.ID + g.setPlayerFlag(p, lastFlagKey, sel.Item.ID) g.AccountStore.SaveCharacter(p) if background { |
