Fix visitor mindshields (#36537)

* Make visitor mindshields removable, and give disaster victims mindshields.

* Fix whitespace

* Fix ALL the whitespace
This commit is contained in:
M1tht1c
2025-06-14 00:43:41 +10:00
committed by GitHub
parent 01bbe013ab
commit da76cc02c7
3 changed files with 10 additions and 55 deletions

View File

@@ -13,9 +13,6 @@
state: captain
- type: RandomHumanoidSpawner
settings: VisitorCaptain
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorCE
@@ -26,9 +23,6 @@
state: ce
- type: RandomHumanoidSpawner
settings: VisitorCE
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorCMO
@@ -39,9 +33,6 @@
state: cmo
- type: RandomHumanoidSpawner
settings: VisitorCMO
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorHOP
@@ -52,9 +43,6 @@
state: hop
- type: RandomHumanoidSpawner
settings: VisitorHOP
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorHOS
@@ -65,9 +53,6 @@
state: hos
- type: RandomHumanoidSpawner
settings: VisitorHOS
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorRD
@@ -78,9 +63,6 @@
state: rd
- type: RandomHumanoidSpawner
settings: VisitorResearchDirector
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorQM
@@ -91,9 +73,6 @@
state: qm
- type: RandomHumanoidSpawner
settings: VisitorQM
- type: AutoImplant
implants:
- MindShieldImplant
# Security
@@ -106,9 +85,6 @@
state: security_cadet
- type: RandomHumanoidSpawner
settings: VisitorSecurityCadet
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorSecurityOfficer
@@ -119,9 +95,6 @@
state: security_officer
- type: RandomHumanoidSpawner
settings: VisitorSecurityOfficer
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorDetective
@@ -132,9 +105,6 @@
state: detective
- type: RandomHumanoidSpawner
settings: VisitorDetective
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidVisitorWarden
@@ -145,9 +115,6 @@
state: warden
- type: RandomHumanoidSpawner
settings: VisitorWarden
- type: AutoImplant
implants:
- MindShieldImplant
# Cargo
@@ -504,9 +471,6 @@
state: skull_icon
- type: RandomHumanoidSpawner
settings: ChallengeVictimCaptain
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimCE
@@ -517,9 +481,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimChiefEngineer
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimCMO
@@ -530,9 +491,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimCMO
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimHOP
@@ -543,9 +501,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimHeadOfPersonnel
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimHOS
@@ -556,9 +511,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimHeadOfSecurity
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimRD
@@ -569,9 +521,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimResearchDirector
- type: AutoImplant
implants:
- MindShieldImplant
- type: entity
id: RandomHumanoidChallengeVictimQM
@@ -582,9 +531,6 @@
components:
- type: RandomHumanoidSpawner
settings: ChallengeVictimQuartermaster
- type: AutoImplant
implants:
- MindShieldImplant
# Security

View File

@@ -581,6 +581,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimChiefEngineer
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole
@@ -601,6 +602,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimCMO
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole
@@ -621,6 +623,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimHeadOfPersonnel
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole
@@ -641,6 +644,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimHeadOfSecurity
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole
@@ -661,6 +665,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimResearchDirector
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole
@@ -681,6 +686,7 @@
- type: randomHumanoidSettings
id: ChallengeVictimQuartermaster
parent: EventHumanoidMindShielded
randomizeName: false
components:
- type: GhostRole

View File

@@ -12,7 +12,9 @@
id: EventHumanoidMindShielded
parent: EventHumanoid
components:
- type: MindShield
- type: AutoImplant
implants:
- MindShieldImplant
- type: AntagImmune
- type: randomHumanoidSettings
@@ -22,6 +24,7 @@
components:
- type: AutoImplant
implants:
- MindShieldImplant
- DeathRattleImplantCentcomm
## Death Squad