Changed some things around under the hood to get 'attack' working later on.
Monsters are now stored as struct references in each place instead of by
name only. Fixed the multiple-item-removal bug.
1 parent db4ad4d commit 501ff5f297d17fc93c9ce6081598b1d14d24c4b3
@Daniel Vedder Daniel Vedder authored on 4 Jul 2015
Showing 27 changed files
View
lisp/game-objects.lisp
View
lisp/interpreter.lisp
View
lisp/ui.lisp
View
lisp/util.lisp
View
python/__pycache__/character.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/client.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/define.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/interpreter.cpython-32.pyc 100644 → 0
Not supported
View
python/__pycache__/interpreter.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/item.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/parser.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/place.cpython-32.pyc 100644 → 0
Not supported
View
python/__pycache__/place.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/server.cpython-34.pyc 100644 → 0
Not supported
View
python/__pycache__/world.cpython-32.pyc 100644 → 0
Not supported
View
python/__pycache__/world.cpython-34.pyc 100644 → 0
Not supported
View
python/atlantis.py 100644 → 0
View
python/banner.txt 100644 → 0
View
python/character.py 100644 → 0
View
python/client.py 100644 → 0
View
python/define.py 100644 → 0
View
python/interpreter.py 100644 → 0
View
python/item.py 100644 → 0
View
python/place.py 100644 → 0
View
python/server.py 100644 → 0
View
python/ui.py 100644 → 0
View
python/world.py 100644 → 0