Commit Graph

87 Commits

Author SHA1 Message Date
6bb3e6a335 Implement NPC AI for Ronald
Also add more armour to protect against guns.
2024-06-12 22:40:09 +10:00
78abdb761b Implement the first guns. 2024-06-08 00:20:45 +10:00
8aff296e03 Add the start of Ronald's House
And minor bugfixes on stability of item indexes, making stings less
aggressive.
2024-05-22 22:57:36 +10:00
ef395b3711 Add the desert part of the radfields 2024-04-25 23:41:11 +10:00
f7282b07d3 Add some extra exceptions to being idle parked. 2024-03-11 20:59:56 +11:00
e144771018 Rust version upgrade 2024-03-11 20:42:52 +11:00
5c230f2667 Ship idle users to the homeless shelter after a couple of hours 2024-03-05 22:37:33 +11:00
a2652e471d Create subsewer rooms 2024-02-24 01:38:39 +11:00
d1a5a4d2fa Add a required quest to gain access to the sewers 2024-01-29 00:48:41 +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
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
68fc094c15 Cleanup most of the less_explicit mode support 2023-12-30 19:07:16 +11:00
6ac3f676be Give some weapons a chance at causing crit status effects. 2023-10-16 22:18:03 +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
50f23e1c56 Implement corporate HQs 2023-10-01 16:34:25 +11:00
6dc4a870fc Implement computer museum puzzle. 2023-09-20 23:56:28 +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
e42bb6b4a9 Implement blades (partially), + fix some attack bugs. 2023-09-11 21:40:41 +10:00
fab18d604e Implement hunger, eating, and drinking. 2023-08-05 01:51:42 +10:00
a1495e6731 Implement "report abuse" command. 2023-07-27 21:38:29 +10:00
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +10:00
e83cc19698 Allow hiring NPCs (roboporters) to carry heavy stuff!
Note that I still have to implement carrying weight calculation, so it
isn't yet as useful as it will be eventually!
2023-07-06 22:34:01 +10:00
4b524fda96 Support following other players. 2023-06-30 23:46:38 +10:00
3292dcc13b Implement delete command to reset or destroy a character. 2023-06-07 22:38:46 +10:00
2747dddd90 Allow buying, wearing and removing clothes.
Step 2 will be to make clothes serve a functional purpose as armour.
2023-05-23 20:37:27 +10:00
26cc053480 Improve cut command to be queued, and always corpsify first. 2023-04-24 16:47:08 +10:00
d8b0b6bed5 Allow cutting parts from corpses. 2023-04-24 00:56:42 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
0ccf9a3adc Allow renting apartments at CoK building. 2023-04-08 23:51:18 +10:00
ff5e80398a Let people list their current consents. 2023-04-02 12:30:50 +10:00
a9693803ef Write help for corp commands. 2023-04-01 23:31:42 +11:00
1cf13413e8 Allow corp leaders to authorise corp v corp warfare. 2023-03-28 22:31:59 +11:00
7d1d6675b7 Allow corps to consent to fight each other.
Note it doesn't actually do anything yet - that's coming!
2023-03-27 22:41:39 +11:00
d35bbbad53 Implement messaging to corps. 2023-03-26 22:29:39 +11:00
6c86599103 Add corp management commands. 2023-03-26 16:51:10 +11:00
3bd0412e4a Allow people to join, leave, and fire from corps. 2023-03-25 00:58:19 +11:00
cb05843ee9 Add ability to invite people to corps. 2023-03-19 22:59:35 +11:00
8084b020c3 Show someones primary corp in who. 2023-03-19 15:41:48 +11:00
929a64f93e Allow creation of new corps. 2023-03-19 00:04:59 +11:00
158b590c35 Revoke 'until death' consent on death. 2023-03-13 22:38:54 +11:00
b96fc2e772 Enable PvP fighting. 2023-03-13 15:23:07 +11:00
369b07474a Support paging. 2023-02-26 17:01:05 +11:00
8085689490 Fix edge cases + use up charges when using "use" 2023-02-26 00:56:22 +11:00
8e1d15bade Allow partial matches on alias. 2023-02-23 21:33:26 +11:00
d4fd71d839 Improve get targeting with 'all' option. 2023-02-20 22:27:43 +11:00
b28ea26d8a Use correct indefinite article in possession descriptions. 2023-02-20 00:02:29 +11:00