|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
(defun random-uniq-crew ()
|
|
(defun random-uniq-crew ()
|
|
(let ((num-attr (random 10))
|
|
(let ((num-attr (random 10))
|
|
- (crew-mem (make-uniq-crew-mem)))
|
|
|
|
|
|
+ (crew-mem (make-uniq-crew-mem)))))
|
|
|
|
|
|
|
|
|
|
(defun init-game-state ()
|
|
(defun init-game-state ()
|