-
Notifications
You must be signed in to change notification settings - Fork 5k
Adds the ability for an AI to remotely charge an APC with an upgrade disk #86470
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
Conversation
@@ -68,7 +68,7 @@ | |||
|
|||
/datum/techweb_node/ai_laws | |||
id = TECHWEB_NODE_AI_LAWS | |||
display_name = "Advanced AI Laws" | |||
display_name = "Advanced AI Upgrades" |
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.
Everything but one is still law, wouldnt it make more sense to have this be a separate node?
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.
Having a entirely new tech node for one middling upgrade would pretty much ensure that it never gets researched. If people add more upgrade disks then it would be best to move it into a new techweb, but with only one disk I don't see the point of doing so.
Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
About The Pull Request
Adds an upgrade disk that gives the ability to remotely charge an APC with the AIs backup power (the one that runs down when there is no power in an APC). This tech disk is under advanced AI tech
Also added the ability to make new disks with the new object type /obj/item/aiupgrade, and made it so not every AI module is malf, now only subtypes of /datum/ai_module/malf show up on malf upgrade screens
Why It's Good For The Game
Adds the ability for an AI to assist crewmembers who do not have power, which is a pretty interesting interaction. Does chem not have power and is trying to make some healing chems? you can provide power for them for a bit, but they better hurry!
Changelog
🆑
add: Added the remote power AI disk
code: made it possible to easily add new AI upgrade disks
/:cl: