Skip to content

Commit f53d183

Browse files
Restrict command from vandal (#1263)
* Restrict command from rolling vandal * insane random comment
1 parent 76aad6c commit f53d183

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Resources/Prototypes/_ES/Masks/base_masks.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
- type: esMask
2+
id: ESBaseCommandRestricted
3+
abstract: true
4+
prohibitedJobs:
5+
- ESCaptain
6+
- ESHeadOfPersonnel
7+
- ESHeadOfSecurity
8+
19
- type: esMask
210
id: ESBaseCommandSecRestricted
311
abstract: true

Resources/Prototypes/_ES/Masks/crew.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
id: ESCrateCacheCrewVeteran
138138

139139
- type: esMask
140+
parent: ESBaseCommandRestricted
140141
id: ESVandal
141142
name: es-mask-vandal-name
142143
troupe: ESCrew

0 commit comments

Comments
 (0)