mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
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.  ## Why It's Good For The Game Toggle button didn't work. Now, it works. ## Changelog 🆑 spellcheck: The pAI toggle button to quickly display the Crew Manifest works again. /🆑
This commit is contained in:
@@ -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(!..())
|
||||
|
||||
Reference in New Issue
Block a user