projects
/
mudsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79eceee
)
fix inject info in tutorial
author
Christine Lemmer-Webber
<cwebber@dustycloud.org>
Wed, 21 Sep 2022 15:00:06 +0000
(11:00 -0400)
committer
Christine Lemmer-Webber
<cwebber@dustycloud.org>
Wed, 21 Sep 2022 15:00:06 +0000
(11:00 -0400)
README.org
patch
|
blob
|
history
diff --git
a/README.org
b/README.org
index 610b7a47504afb6b3d68850dddfb74427b48e973..018028b3a8bf23616d9f621d557e1915850fec55 100644
(file)
--- a/
README.org
+++ b/
README.org
@@
-44,8
+44,8
@@
If you change something in bricabrac (or whatever) and want to update
the object you changed, you can "live" put in the new and updated
version from the game-spec at the REPL with:
- (in
sert! game-spec
'room:lobby) ; to replace the lobby, but of course
- ; do what's appropriate for your
- ; object
+ (in
ject-gameobj! (game-spec)
'room:lobby) ; to replace the lobby, but of course
+
; do what's appropriate for your
+
; object
That's it for now!