diff options
| author | historia <[not public]> | 2026-07-04 19:32:05 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-04 19:32:05 -0400 |
| commit | 7b009e904524f30cbff6346730e8d8fe4b046a6b (patch) | |
| tree | 2e1b364f9efc4f82ebf67c492642951dfcc13b4b /data/items/misc | |
| parent | a5d4ead1795882d25da7eda53680d2a84590693d (diff) | |
| download | thehouseoficarus-7b009e904524f30cbff6346730e8d8fe4b046a6b.tar.gz | |
feat: add casino chips, change drops to chips
Diffstat (limited to 'data/items/misc')
| -rw-r--r-- | data/items/misc/chips.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/items/misc/chips.yaml b/data/items/misc/chips.yaml new file mode 100644 index 0000000..5d14e33 --- /dev/null +++ b/data/items/misc/chips.yaml @@ -0,0 +1,5 @@ +name: chips +color: "FE" +description: "A colorful casino chip." +value: 0 +stackable: true |
