From 5da7a14e6c8c1d9d9ba866d813680ef213917278 Mon Sep 17 00:00:00 2001 From: Tonriam <118366967+Tonriam@users.noreply.github.com> Date: Fri, 18 Nov 2022 13:49:36 +0100 Subject: [PATCH] Case consistency for the "Crew Manifest" pAi software (#71318) ## About The Pull Request A case inconsistency when the pAIs rework was done (#68241) broke the HUD toggle button used to display the Crew Manifest. While the software was installed by the pAi, it falsely displayed that it was not the case. > You must download the required software to use this. ![image](https://user-images.githubusercontent.com/118366967/202476259-6d8493ca-f002-4c92-8afd-1e3e340ef546.png) ## Why It's Good For The Game Toggle button didn't work. Now, it works. ## Changelog :cl: spellcheck: The pAI toggle button to quickly display the Crew Manifest works again. /:cl: --- code/modules/pai/hud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/pai/hud.dm b/code/modules/pai/hud.dm index 3682535e89c..e94a95c1fcf 100644 --- a/code/modules/pai/hud.dm +++ b/code/modules/pai/hud.dm @@ -97,7 +97,7 @@ /atom/movable/screen/pai/crew_manifest name = "Crew Manifest" icon_state = "manifest" - required_software = "crew manifest" + required_software = "Crew Manifest" /atom/movable/screen/pai/crew_manifest/Click() if(!..())