From ab60611587a973d1ac1326a0e775e8c94e531f18 Mon Sep 17 00:00:00 2001 From: Relgar <84274761+Relgar@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:24:35 +1000 Subject: [PATCH] docs: Fix `give_aid_all` effects field for NPC docs (#4935) Update npcs.md --- doc/src/content/docs/en/mod/json/reference/creatures/npcs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/content/docs/en/mod/json/reference/creatures/npcs.md b/doc/src/content/docs/en/mod/json/reference/creatures/npcs.md index 4603d94da307..94fb5315a862 100644 --- a/doc/src/content/docs/en/mod/json/reference/creatures/npcs.md +++ b/doc/src/content/docs/en/mod/json/reference/creatures/npcs.md @@ -551,7 +551,7 @@ effects should be arranged in a list and are processed in the order listed. | Effect | Description | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `give_aid` | Removes all bites, infection, and bleeding from your character's body and heals 10-25 HP of injury on each of your character's body parts. Takes 30 minutes. NPC receives 30 minutes of `currently_busy` effect on start. | -| `give_aid_all` | Performs `give_aid` on your character and each of your character's NPC allies in crafting range. Takes 1 hour. NPC receives 1 hour of `currently_busy` effect on start. | +| `give_all_aid` | Performs `give_aid` on your character and each of your character's NPC allies in crafting range. Takes 1 hour. NPC receives 1 hour of `currently_busy` effect on start. | | `buy_haircut` | Gives your character a haircut morale boost for 12 hours. | | `buy_shave` | Gives your character a shave morale boost for 6 hours. | | `morale_chat` | Gives your character a pleasant conversation morale boost for 6 hours. |