diff options
| author | El-BG-1970 <elouangros@hotmail.com> | 2022-08-04 18:47:24 +0200 |
|---|---|---|
| committer | El-BG-1970 <elouangros@hotmail.com> | 2022-08-04 18:47:24 +0200 |
| commit | 62d2646d4dbe4a3a35bd9b4449e5c5b67d36f233 (patch) | |
| tree | e8e60cf9cd00c27e216fbd4b100d64abf30001da /src/inventory.lisp | |
| parent | 5731684cca287633b7589c12ca1372eec5dc0f0a (diff) | |
| download | transacc-62d2646d4dbe4a3a35bd9b4449e5c5b67d36f233.tar.gz | |
implemented game:get profit
Diffstat (limited to 'src/inventory.lisp')
| -rw-r--r-- | src/inventory.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/inventory.lisp b/src/inventory.lisp index e122364..8aa590f 100644 --- a/src/inventory.lisp +++ b/src/inventory.lisp @@ -3,7 +3,8 @@ (:export :new-inventory :filled :add-item - :remove-item)) + :remove-item + :find-item)) (in-package :inventory) |
