Commit Graph

42 Commits

Author SHA1 Message Date
36086b809c Add Geiger Counter and Radsuit 2024-04-04 21:35:29 +11:00
28654a5130 Beginning of light mechanic implementation 2024-01-12 22:23:02 +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
6ac3f676be Give some weapons a chance at causing crit status effects. 2023-10-16 22:18:03 +11:00
83a18cfd63 Improve effect system, including messages when effects wear off. 2023-10-14 22:23:06 +11:00
807a9612fd Split most room data to YAML for faster compile times. 2023-10-08 16:34:55 +11: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
3e4e448404 Implement sit command. 2023-09-02 23:48:43 +10:00
fab18d604e Implement hunger, eating, and drinking. 2023-08-05 01:51:42 +10:00
590d4640dd Implement craft on benches
Initially just a stove
Also update Rust.
2023-07-24 22:46:50 +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
79b0ed8540 Implement a climbing system. 2023-05-21 22:31:52 +10:00
078519be95 Add journal system
Also fix up bugs with navigation during death, and awarding payouts when
you don't get any XP.
2023-05-16 22:02:42 +10:00
936fcc6dde Refactor to make death more than a boolean (what organs left) 2023-04-23 22:31:31 +10:00
ed3d77dcbe Allow (un)installation of scanlocks. 2023-04-21 23:33:23 +10:00
62f5457d3a Open doors automatically on movement. 2023-04-16 22:12:19 +10:00
131512fbf6 Allow doors to open. 2023-04-16 01:54:03 +10:00
284c49b4a1 Add gmap (giant map) command. 2023-04-09 23:51:10 +10:00
0ccf9a3adc Allow renting apartments at CoK building. 2023-04-08 23:51:18 +10:00
8085689490 Fix edge cases + use up charges when using "use" 2023-02-26 00:56:22 +11:00
70dae5b853 Look shows health and charges. 2023-02-23 22:55:02 +11:00
d4fd71d839 Improve get targeting with 'all' option. 2023-02-20 22:27:43 +11:00
ddd0f33cb5 Don't merge wielded items with others. 2023-02-20 17:42:44 +11:00
d5314c981e Add drop command, and show inventory on look. 2023-02-20 17:38:35 +11:00
9046218155 Fixups for attack after attacker leaves. 2023-02-20 15:23:36 +11:00
a3ea381438 Support player recloning + NPCs can wander and aggro. 2023-01-27 00:36:49 +11:00
165f5671ac Implement health and death. 2023-01-22 22:43:44 +11:00
5d3c8bc0aa Allow attacks to be started. 2023-01-15 17:30:23 +11:00
2efc309d78 Implement homeless shelter. 2023-01-08 00:18:56 +11:00
1c3d2456a4 Add more content + concept of fixed items. 2023-01-01 00:09:25 +11:00
3ad4de8f5f Make statbot start to reply to whispers. 2022-12-31 00:59:14 +11:00
79fea1f3b5 Implement resolving objects from player's perspective. 2022-12-30 00:41:46 +11:00
dc71999591 Add "standing" to character descriptions. 2022-12-29 23:20:07 +11:00
cf2798a418 Expose more about contents of room. 2022-12-29 22:17:55 +11:00
562c5c34f6 Support looking at exits. 2022-12-29 18:44:50 +11:00
3dd6cf9bf2 Add word-wrapping algorithm. 2022-12-29 16:20:34 +11:00
86278e890d Implement basic map and some of the look functionality
Only covering current location look now.
2022-12-29 00:37:14 +11:00
1a46405a49 Start ansi formatting utilities ready for look command. 2022-12-28 20:00:55 +11:00