Commit graph

101 commits

Author SHA1 Message Date
Howard Abrams
c7eb10cc81 Add 'use' to the fishing pole
Which does both the `cast` and `reel` commands.
The fishing messages are alos public notices.
2025-09-14 11:48:44 -07:00
Howard Abrams
dcab25c5ce Fix a stacktrace when trying to whisper... really this time 2025-09-09 22:11:50 -07:00
Howard Abrams
13a3a91a65 Fix a stacktrace when trying to whisper 2025-09-09 21:55:55 -07:00
Howard Abrams
9e81276aee Familiars can have aliases.
This allows Josh to do antics with his frogs or a single frog.
2025-08-26 21:22:46 -07:00
Howard Abrams
4d76593b1e Create a frog familiar 2025-08-26 20:30:22 -07:00
Howard Abrams
43a1aefb49 Add a Scoring system to character
As character do things, they can now get a "score" for everything I
think could be interesting/challenging.
2025-08-24 22:34:11 -07:00
Howard Abrams
7daf75c167 Hide and go seek game
Which includes magic rings to hide and monocles to find.
2025-08-23 18:25:59 -07:00
Howard Abrams
4c348e0fb6 Fixed the potions when emptied 2025-08-18 22:19:51 -07:00
Howard Abrams
ec011949ef Fix minor webclient bug when reading books 2025-08-18 17:19:20 -07:00
Howard Abrams
e2a43b8694 Better reporting user data
And fix a bug in reading books.

With a webclient experiment.
2025-08-18 17:14:19 -07:00
Howard Abrams
ea68f8f3b9 Create teleporter device
This is for the curious payphone.
2025-08-17 22:14:56 -07:00
Howard Abrams
39493528b2 Fix bug when lighting torches 2025-08-17 09:48:33 -07:00
Howard Abrams
ec1881a7cf Rooms can trigger actions like Puppets
Including sitting and standing.
2025-08-16 22:43:56 -07:00
Howard Abrams
2719bce82b Fix numerous bugs
Finally fixed the 'alias' bug that has plaqued me.
2025-08-12 13:55:18 -07:00
Howard Abrams
0ad4936f48 Feed command is now global
And not tied to a pet.
2025-08-07 22:18:52 -07:00
Howard Abrams
4f10ce205a Fix a few more minor bugs 2025-08-06 22:40:05 -07:00
Howard Abrams
656bf2f9f5 Fix minor bugs 2025-08-04 23:00:11 -07:00
Howard Abrams
9119b4aaa1 We can push/pull open/close almost anything
Fix a bug when standing, as well as the friendly level of pets.

I'm liking this test suite.
2025-08-04 22:15:56 -07:00
Howard Abrams
6870c9008e Guest account restarts completely 2025-07-31 21:39:36 -07:00
Howard Abrams
283f022108 Paginate long books, like the book on Alchemy 2025-07-30 22:49:29 -07:00
Howard Abrams
3926fc4310 Fix bug when reading 2025-07-29 17:46:10 -07:00
Howard Abrams
ce449c8570 Fix bug in hint system and petting friendly pets 2025-07-29 11:48:53 -07:00
Howard Abrams
87277b3a0d Phase one of a hint system 2025-07-28 22:07:11 -07:00
Howard Abrams
61bec79397 Expanded the magic pipe to include other monsters 2025-07-27 12:28:54 -07:00
Howard Abrams
0d2c966895 Created a Guest Book
Not sure if anyone will leave a message, but maybe...
2025-07-26 23:43:58 -07:00
Howard Abrams
f7d5ed5418 We can now light a pipe.
Just an introduced bug.
2025-07-22 22:32:50 -07:00
Howard Abrams
43b6245c77 We can make potions now!
This includes herbs, mushrooms and water sources that can be placed in
the cauldron to create effects.
2025-07-21 18:11:09 -07:00
Howard Abrams
dca4048acf Fix the automated gift from puppets 2025-07-15 22:58:17 -07:00
Howard Abrams
53219070a3 Big books have insides starting with file: 2025-07-15 07:57:01 -07:00
Howard Abrams
b89ca629ee Special rooms allow doors to be opened and closed 2025-07-15 07:56:15 -07:00
Howard Abrams
e5e1b41be5 Puppets gift characters with magical items 2025-07-14 20:09:36 -07:00
Howard Abrams
02c640c7ad Add an open and close command 2025-07-13 08:24:49 -07:00
Howard Abrams
192dd83000 Refactored the eat/drink commands 2025-07-13 08:24:30 -07:00
Howard Abrams
e9b0dd7614 Fix bug with tutorial. Oops. 2025-07-04 22:37:18 -07:00
Howard Abrams
a954dcfbdf Tutorial bird may return
By either calling the command, tutorial or by setting:

  @set character/guest_account = True
2025-07-04 16:27:24 -07:00
Howard Abrams
5bdb42042b Fix the lighting of torches and stuff. 2025-07-04 16:26:32 -07:00
Howard Abrams
b0618891c8 Update use to take an object 2025-07-01 16:53:35 -07:00
Howard Abrams
853b1c2504 Fix bug when taking objects from non-characters
Not that you _can_, but it shouldn't give a stack trace.
2025-07-01 12:47:18 -07:00
Howard Abrams
aeea787887 Add 'use', 'push' and 'push' commands 2025-06-30 22:14:00 -07:00
Howard Abrams
cb88d646f9 Combine 'get' and 'take'
Depends on if you have a from something at the end.
2025-06-25 20:13:53 -07:00
Howard Abrams
34820da276 Create dice for gambling games. 2025-06-21 10:59:19 -07:00
Howard Abrams
e654a46137 Create a currency system of coins
Each character can have a coin purse with gold coins. Granted, the
purse defaults to a pouch.
2025-06-21 10:48:25 -07:00
Howard Abrams
cb6ad0ee19 Cast prestidigitation spells 2025-06-19 11:26:07 -07:00
Howard Abrams
3e94f45dd0 Add pre-messages to shaking cocktails 2025-06-19 11:21:46 -07:00
Howard Abrams
b3ce68faca Fix to read of the cocktail list
Would still like to figure out how aliases are supposed to work.
2025-06-19 10:42:07 -07:00
Howard Abrams
cc673a5c7a Work around the aliases bug
Sigh.
2025-06-16 20:53:11 -07:00
Howard Abrams
ea8f9253cc Create an IceBreaker hat
Which slips of papers for conversations.
2025-06-14 22:19:35 -07:00
Howard Abrams
1f5a776ebd Call 'get' on a producer to return its produce
This now makes more sense too.
2025-06-05 22:02:14 -07:00
Howard Abrams
afb092bfb0 Create an octopus familiar 2025-06-02 22:22:29 -07:00
Howard Abrams
b676bb7421 Replace split_party_msg with the announce_action
Fixed some long standing inconsistencies.
2025-06-01 19:32:00 -07:00