Commit Graph

235 Commits

Author SHA1 Message Date
b1fecab1b0 Infest the sewers with crocodiles + minor NPC fixups 2024-02-11 22:21:51 +11:00
18f1bcf241 Add stinkfiends. Fix bug with get. 2024-02-08 22:35:06 +11:00
067d9383ac Do more cleanup of recloned NPCs, but wait 10 minutes instead of 2. 2024-01-29 22:12:16 +11:00
f0aa3d1d08 Minor bugfix: doors shouldn't swing shut if they are already closed. 2024-01-29 21:54:42 +11:00
d1a5a4d2fa Add a required quest to gain access to the sewers 2024-01-29 00:48:41 +11:00
72c48b44c5 Make the sewers dangerous 2024-01-27 18:17:56 +11:00
169e56dc84 Flesh out the full map of Melbs sewers 2024-01-21 22:37:16 +11:00
033cbf2273 Allow plugging in to charge in powered locations 2024-01-17 22:48:42 +11:00
15b96c1b50 Allow buying a lantern that lights up the sewer.
It will be rechargeable but that's not fully implemented yet.
2024-01-15 22:40:45 +11:00
6126bc984b Fix build, prep for Turn Toggle 2024-01-13 18:01:19 +11:00
28654a5130 Beginning of light mechanic implementation 2024-01-12 22:23:02 +11:00
760598e3a1 Document sharing + upgrades 2024-01-07 16:43:26 +11:00
bf3860dd11 Recalculate total stats based off sharing, and inform user of impact 2024-01-06 23:15:41 +11:00
fbfc33857d Add a slightly better item decoding error 2024-01-06 00:07:01 +11:00
dbaf477f49 Add buff reward + fix resolver bug 2024-01-05 23:46:02 +11:00
657ec807e0 Remove less_explicit_mode (no longer sent from client) 2023-12-30 22:25:01 +11:00
68fc094c15 Cleanup most of the less_explicit mode support 2023-12-30 19:07:16 +11:00
58c815f8b4 Remove explicit parameter from display_for_sentence 2023-12-30 16:13:07 +11:00
3c302136d5 Remove most references to less_explicit_mode
Instead add one basic illegality filter for everyone.
2023-12-29 23:48:31 +11:00
a68955deab Remove separate explicit messages from all room broadcasts 2023-12-29 22:45:32 +11:00
b666165ecc Clean up stray file. 2023-12-29 21:21:50 +11:00
cf7e589bc4 Update for new classification. 2023-12-27 11:56:35 +11:00
0c280711e8 Add a mini-game around sharing knowledge
It still needs to apply buffs at the end and a few other details!
2023-12-27 00:34:47 +11:00
706825be20 Add stop command that reverses current action. 2023-10-23 22:12:59 +11:00
76b2874077 Allow feinting during battle 2023-10-20 23:24:20 +11:00
aa4828469a Allow for occassional 'power' attacks
They do more damage but take longer.
2023-10-18 22:25:08 +11:00
6ac3f676be Give some weapons a chance at causing crit status effects. 2023-10-16 22:18:03 +11:00
2350e22f5f Make water a bit less thirst quenching - it's gone a bit too far 2023-10-15 17:12:30 +11:00
fd9d98db79 Add help for more commands. 2023-10-15 17:11:49 +11:00
83a18cfd63 Improve effect system, including messages when effects wear off. 2023-10-14 22:23:06 +11:00
b06f045d10 Move help to separate YAML file. 2023-10-11 22:51:00 +11:00
e53949abf7 NPC data to separate YAML 2023-10-09 21:38:12 +11:00
16341e2c3e Fix warnings from latest version of Rust/Cargo. 2023-10-08 16:47:48 +11:00
807a9612fd Split most room data to YAML for faster compile times. 2023-10-08 16:34:55 +11:00
925deba57e Implement scavenge command 2023-10-06 22:32:15 +11:00
64b96f48ab Restrict access to corp HQ to members + those with consent to fight 2023-10-01 22:45:42 +11:00
f1a23ac811 Fix lmap display for se/nw links 2023-10-01 19:18:49 +11:00
472bdb4f0e Fix bug that leads to some players never having urges like hunger 2023-10-01 17:03:11 +11:00
50f23e1c56 Implement corporate HQs 2023-10-01 16:34:25 +11:00
546f19d3cb More journals, including concept of ones for visiting a room 2023-09-27 23:22:37 +10:00
90a6b3f31b Add a hospital that can heal players who can't heal themselves 2023-09-26 22:33:41 +10:00
92d7b22921 Add wristpad hack concept - enhancements to characters.
And add one hidden in the computer museum.
2023-09-23 23:55:29 +10:00
6dc4a870fc Implement computer museum puzzle. 2023-09-20 23:56:28 +10:00
4467707d4a Start work on a new computer museum zone. The puzzle and reward are
still TODO.
2023-09-17 22:13:19 +10:00
752af74337 Implement a 'poverty discount' to help players stuck with no money. 2023-09-16 22:41:38 +10:00
8461f36fa6 Implement a diner where food can be bought. 2023-09-15 22:39:49 +10:00
704b760c52 Make water more thirst-quenching. 2023-09-15 21:32:04 +10:00
5a5408479a Make stats an alias for status. 2023-09-15 21:31:41 +10:00
96424f3a1f Fix test build. 2023-09-14 23:05:34 +10:00
2beaf0d2af Slow down when urges are high.
Also fix a few issues with concurrency errors from the DB.
2023-09-14 22:52:24 +10:00