mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
[MIRROR] Gives bartenders a Weapons permit for their gun (#6324)
* Gives the Bartender a Weapon's permit by default (#59642) * Gives bartenders a Weapons permit for their gun Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@
|
||||
assignment = "Bartender"
|
||||
trim_state = "trim_bartender"
|
||||
full_access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_WEAPONS, ACCESS_MINERAL_STOREROOM, ACCESS_THEATRE)
|
||||
minimal_access = list(ACCESS_BAR, ACCESS_MINERAL_STOREROOM, ACCESS_THEATRE)
|
||||
minimal_access = list(ACCESS_BAR, ACCESS_WEAPONS, ACCESS_MINERAL_STOREROOM, ACCESS_THEATRE)
|
||||
config_job = "bartender"
|
||||
template_access = list(ACCESS_CAPTAIN, ACCESS_HOP, ACCESS_CHANGE_IDS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user