X-Git-Url: https://jxself.org/git/?p=mudsync.git;a=blobdiff_plain;f=mudsync%2Fgameobj.scm;h=11de8d3cce86604c7ba3ca4dacf7394745a23bba;hp=370ba47d2d67ecb104a9d37d0950a85dd6b81fa2;hb=010c6322cd8fa4bda1b3e6c58e521f16a9c66169;hpb=9e1aa3e463c5e309eb4baeb296e8b2b877f211bd diff --git a/mudsync/gameobj.scm b/mudsync/gameobj.scm index 370ba47..11de8d3 100644 --- a/mudsync/gameobj.scm +++ b/mudsync/gameobj.scm @@ -314,7 +314,7 @@ By default, this is whether or not the generally-visible flag is set." ;; Boom! (self-destruct gameobj)) -(define (gameobj-act-self-destruct gameobj message) +(define* (gameobj-act-self-destruct gameobj message #:key why) "Action routine for self destruction" (gameobj-self-destruct gameobj))