-
-
Notifications
You must be signed in to change notification settings - Fork 447
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
fix unable to research ai tech using ruin type rnd console #22878
base: master
Are you sure you want to change the base?
Conversation
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.
This lets ruin people use the station's AI research. Also conversely lets station people use ruin's. Something that could be done is making a ruin rack creator.
no it doesn't use normal station ai research, i have made a seperate techs |
/obj/machinery/rack_creator/RefreshParts() | ||
var/obj/item/circuitboard/machine/rack_creator/rack_creator = circuit | ||
if(rack_creator.unlocked) | ||
stored_research = SSresearch.ruin_tech |
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.
here @ToasterBiome
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.
Doesn't this mean that it's shared between all neutral factions, even ones which might oppose each other (e.g. free golems and free miners)?
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.
well the tech is learned in every factions outside from NT so yeah
i forgot about this because back then ai tech was still a testmerge thing
Testing
Changelog
🆑
bugfix: fix unable to research ai tech using ruin type rnd console
bugfix: fix mech fab ruin type unable to be rebuilt
tweak: Allows rack creator to be able to link to ruin research tech by multitooling the rack creator board
tweak: rack creator no longer requires beakers because it doesn't store any chems
/:cl: