03-25-2021, 10:00 AM
(This post was last modified: 05-07-2021, 08:24 AM by github_bot. Edited 2 times in total.)
PULL REQUEST DETAILS
[feature][balance][help wanted]
About the PR
- Adds ability to disable printing of blueprints (on a per blueprint basis) on rkit, those with permission will get an additional option to lock/unlock or print directly.
- Adds ability to remove downloaded (loaded through blueprint) schematics from fabricator, prompt is provided to ensure correct action is performed.
- Adds ability to disable specific mutations from genebooth, those with permission will get a separate dialog with options to adjust the price and lock/unlock.
- Access is gated using `allowed()` which makes it work without changing state of the device. (Input Wanted)
- Access is based on heads instead of Medical Director and CE. (Input Wanted)
Ruckingenur Kit
Fabricators
Genebooth:
Why's this needed?
Gives Heads the ability to deal with undesirable genes and fabricated items non-destructively.
Counter-play shenanigans is available by procuring sufficient access.
Changelog
PULL REQUEST DETAILS
[feature][balance][help wanted]
About the PR
- Adds ability to disable printing of blueprints (on a per blueprint basis) on rkit, those with permission will get an additional option to lock/unlock or print directly.
- Adds ability to remove downloaded (loaded through blueprint) schematics from fabricator, prompt is provided to ensure correct action is performed.
- Adds ability to disable specific mutations from genebooth, those with permission will get a separate dialog with options to adjust the price and lock/unlock.
- Access is gated using `allowed()` which makes it work without changing state of the device. (Input Wanted)
- Access is based on heads instead of Medical Director and CE. (Input Wanted)
Ruckingenur Kit
Fabricators
Genebooth:
Why's this needed?
Gives Heads the ability to deal with undesirable genes and fabricated items non-destructively.
Counter-play shenanigans is available by procuring sufficient access.
Changelog
Code:
changelog
(u)Azrun
(*)Allows department head of staff to lock down output from Genebooth and Ruckingenur Kit.
(+)Department heads can now adjust price of Genebooth items as well as delete downloaded schematics from fabricators.
PULL REQUEST DETAILS