summaryrefslogtreecommitdiffstats
path: root/src/inventory.lisp
diff options
context:
space:
mode:
authorEl-BG-1970 <elouangros@hotmail.com>2022-08-04 18:47:24 +0200
committerEl-BG-1970 <elouangros@hotmail.com>2022-08-04 18:47:24 +0200
commit62d2646d4dbe4a3a35bd9b4449e5c5b67d36f233 (patch)
treee8e60cf9cd00c27e216fbd4b100d64abf30001da /src/inventory.lisp
parent5731684cca287633b7589c12ca1372eec5dc0f0a (diff)
downloadtransacc-62d2646d4dbe4a3a35bd9b4449e5c5b67d36f233.tar.gz
implemented game:get profit
Diffstat (limited to 'src/inventory.lisp')
-rw-r--r--src/inventory.lisp3
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)