mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Blueshield access to Command Budget (#5171)
## About The Pull Request ...they never had access? Huh. Well, this little balance patch does give blueshields access to the Command Budget, allowing them to buy non-goodie items using Command's coffers, instead of their own. ## Why It's Good For The Game The imports tab is about to go with https://github.com/Bubberstation/Bubberstation/pull/4242, and I suspect that Blueshields were balanced with the imports tab in mind. A blueshield can buy all the equipment they need from it (namely, heavy duty medical kits and other unique healing items such as injectors, synth meds). The tab allows a blueshield to use command's budget, but the regular cargo tab... does not. The command budget always remains unused; most of the time it's only the blueshields themselves that use it. As there is no request console (and it doesn't make sense for there to be one), I just gave them proper access to the command budget. The funds can't be used to buy guns or other 'goodie' items. ## Proof Of Testing <img width="800" height="669" alt="image" src="https://github.com/user-attachments/assets/347afe5f-3c0a-4a0a-b863-44c0bf0dcc7d" /> ## Changelog 🆑 balance: Blueshields now have proper access to the Command Budget. /🆑
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
minimal_access = list(
|
||||
ACCESS_CAPTAIN, ACCESS_BRIG_ENTRANCE, ACCESS_COMMAND, ACCESS_CONSTRUCTION, ACCESS_DETECTIVE, ACCESS_ENGINEERING,
|
||||
ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MEDICAL, ACCESS_RC_ANNOUNCE, ACCESS_SCIENCE, ACCESS_WEAPONS,
|
||||
ACCESS_BRIG, ACCESS_CARGO, ACCESS_COURT, ACCESS_SECURITY, ACCESS_HOP, ACCESS_TELEPORTER, ACCESS_EVA
|
||||
ACCESS_BRIG, ACCESS_CARGO, ACCESS_COURT, ACCESS_SECURITY, ACCESS_HOP, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_BUDGET
|
||||
)
|
||||
minimal_wildcard_access = list()
|
||||
template_access = list(ACCESS_CAPTAIN)
|
||||
|
||||
Reference in New Issue
Block a user