
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
![[Image: 112228732-fc853e00-8bee-11eb-8db8-b69613a77170.png]](https://user-images.githubusercontent.com/1017374/112228732-fc853e00-8bee-11eb-8db8-b69613a77170.png)
Fabricators
![[Image: 112933965-aaa05480-90d5-11eb-9b8a-8a74e8f680bd.png]](https://user-images.githubusercontent.com/1017374/112933965-aaa05480-90d5-11eb-9b8a-8a74e8f680bd.png)
![[Image: 112228790-1757b280-8bef-11eb-9322-444437b4dd15.png]](https://user-images.githubusercontent.com/1017374/112228790-1757b280-8bef-11eb-9322-444437b4dd15.png)
![[Image: 112933969-ae33db80-90d5-11eb-8a87-3a4408a9a0e3.png]](https://user-images.githubusercontent.com/1017374/112933969-ae33db80-90d5-11eb-8a87-3a4408a9a0e3.png)
Genebooth:
![[Image: 112228888-3a826200-8bef-11eb-8978-5cbafb43cd72.png]](https://user-images.githubusercontent.com/1017374/112228888-3a826200-8bef-11eb-8978-5cbafb43cd72.png)
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
![[Image: 112228732-fc853e00-8bee-11eb-8db8-b69613a77170.png]](https://user-images.githubusercontent.com/1017374/112228732-fc853e00-8bee-11eb-8db8-b69613a77170.png)
Fabricators
![[Image: 112933965-aaa05480-90d5-11eb-9b8a-8a74e8f680bd.png]](https://user-images.githubusercontent.com/1017374/112933965-aaa05480-90d5-11eb-9b8a-8a74e8f680bd.png)
![[Image: 112228790-1757b280-8bef-11eb-9322-444437b4dd15.png]](https://user-images.githubusercontent.com/1017374/112228790-1757b280-8bef-11eb-9322-444437b4dd15.png)
![[Image: 112933969-ae33db80-90d5-11eb-8a87-3a4408a9a0e3.png]](https://user-images.githubusercontent.com/1017374/112933969-ae33db80-90d5-11eb-8a87-3a4408a9a0e3.png)
Genebooth:
![[Image: 112228888-3a826200-8bef-11eb-8978-5cbafb43cd72.png]](https://user-images.githubusercontent.com/1017374/112228888-3a826200-8bef-11eb-8978-5cbafb43cd72.png)
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