Skip to content

Commit

Permalink
CanBeZombie_delete (#874)
Browse files Browse the repository at this point in the history
* удаляю наш старый тег.

* fix
  • Loading branch information
SkaldetSkaeg authored May 31, 2024
1 parent ffdc849 commit 151e103
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Content.Shared/Roles/JobPrototype.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ public sealed partial class JobPrototype : IPrototype
[DataField("canBeAntag")]
public bool CanBeAntag { get; private set; } = true;

[DataField("canBeZombie")]
public bool CanBeZombie { get; private set; } = true;

[DataField("radioBold")]
public bool RadioIsBold { get; } = false;

Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Command/captain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
joinNotifyCrew: true
supervisors: job-supervisors-centcom
canBeAntag: false
canBeZombie: false
radioBold: true
accessGroups:
- AllAccess
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
requireAdminNotify: true
supervisors: job-supervisors-captain
canBeAntag: false
canBeZombie: false
radioBold: true
access:
- HeadOfSecurity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
icon: "JobIconSecurityCadet"
supervisors: job-supervisors-security
canBeAntag: false
canBeZombie: false
access:
- Security
- Brig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
icon: "JobIconSecurityOfficer"
supervisors: job-supervisors-hos
canBeAntag: false
canBeZombie: false
access:
- Security
- Brig
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Roles/Jobs/Security/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
icon: "JobIconWarden"
supervisors: job-supervisors-hos
canBeAntag: false
canBeZombie: false
access:
- Security
- Brig
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/SS220/Roles/Jobs/ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
description: Utility job for correct work job ban.
setPreference: false
canBeAntag: true
canBeZombie: true

0 comments on commit 151e103

Please sign in to comment.