X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Fnvm%2Fnvm.lisp;h=c31640e24b1333bd2fdd8dc4f7416a93331d2701;hp=098133282e58a53c9cb8229a8f7d5a6f7e89b727;hb=3ae0c35;hpb=f011c771176fcb272939f01ddf31c1dd267990bf diff --git a/src/main/nvm/nvm.lisp b/src/main/nvm/nvm.lisp index 0981332..c31640e 100644 --- a/src/main/nvm/nvm.lisp +++ b/src/main/nvm/nvm.lisp @@ -91,7 +91,8 @@ DESCRIPTION: See http://ccl.northwestern.edu/netlogo/docs/dictionary.html#die" (when (not (turtle-p *self*)) (error "Gotta call die in turtle scope, dude (~A)" *self*)) (setf (turtle-who *self*) -1) - (setf *turtles* (remove *self* *turtles*))) + (setf *turtles* (remove *self* *turtles*)) + (error (make-condition 'stop))) (defun patches () "PATCHES => ALL-PATCHES