diff options
| author | historia <[not public]> | 2026-06-19 03:05:46 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-19 03:05:46 -0400 |
| commit | fbd1c30d7b9777c9df6653f0c393afa7a7dfa519 (patch) | |
| tree | 7d4dd5b1fb1a5f868a330caf009ac8dc4e583025 /internal/object | |
| parent | dea4a06764c507699cf9adcd1fd0a572d227aff0 (diff) | |
| download | thehouseoficarus-fbd1c30d7b9777c9df6653f0c393afa7a7dfa519.tar.gz | |
feat: science skill roughly implemented
Diffstat (limited to 'internal/object')
| -rw-r--r-- | internal/object/item.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object/item.go b/internal/object/item.go index 60d9ff9..6f0faac 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -58,6 +58,7 @@ type ItemDef struct { EatMessage string `yaml:"eat_message"` MadeFrom []MadeFromEntry `yaml:"made_from,omitempty"` Ticks float64 `yaml:"ticks"` + ProvidesJunk string `yaml:"provides_junk,omitempty"` } type MadeFromEntry struct { |
