X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=ec95e2c9f6278fe57ba840affc0cc7d3a10d9b7d;hp=5f702efce85937c9d92ac4297353379364b5dd83;hb=f2bfb30b73813b7723c5a59f277e17862fd8aaaa;hpb=50cd2aba8f13ec7aecb58a683aa55ae665cf83ab diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 5f702ef..ec95e2c 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -128,10 +128,10 @@ (list gameobj-replace-step-occupants)) (define (run-replacement actor message replace-steps) - (define replaces (pk 'replace (message-ref message 'replace #f))) + (define replaces (message-ref message 'replace #f)) (when replaces (let ((replace-reply - (pk 'replace-reply (<-wait actor replaces 'assist-replace)))) + (<-wait actor replaces 'assist-replace))) (for-each (lambda (replace-step) (replace-step actor replace-reply))