-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Medical Rewrite] Options to enable insta-death for AI #5191
[Medical Rewrite] Options to enable insta-death for AI #5191
Conversation
This reverts commit 31e1e29.
Merge? |
<English>Defines if AI will be able to die instantly</English> | ||
</Key> | ||
<Key ID="STR_ACE_Medical_MedicalSettings_unconsciousConditionAI_DisplayName"> | ||
<English>Forbid unconscious AI</English> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like this setting is unnecessarily inverted, it should be "Enable AI Unconsciousness"
(However yeah we could merge and fix this in the main PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, descriptions and such are inverted and funky, I added the conditions in statemachine and those are kinda notes to self to remember what does it really do. The descriptions are logically correct and describe what the condition really does. The values in code should be inverted so the options could be described sensibly.
[Medical Rewrite] Options to enable insta-death for AI
When merged this pull request will: