This commit is contained in:
BIGZi0348
2025-01-04 23:49:44 +03:00
committed by GitHub
7 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Shared._White.Implants.Mindslave.Components;
[RegisterComponent]
public sealed partial class UnslavableComponent : Component
{
}

View File

@@ -43,6 +43,7 @@ public abstract class SharedMindslaveSystem : EntitySystem
if (HasComp<MindShieldComponent>(args.Target) || if (HasComp<MindShieldComponent>(args.Target) ||
HasComp<MindSlaveComponent>(args.Target) || HasComp<MindSlaveComponent>(args.Target) ||
HasComp<CultistComponent>(args.Target) || HasComp<CultistComponent>(args.Target) ||
HasComp<UnslavableComponent>(args.Target) ||
HasComp<Revolutionary.Components.RevolutionaryComponent>(args.Target)) HasComp<Revolutionary.Components.RevolutionaryComponent>(args.Target))
{ {
message = Loc.GetString("mindslave-cant-insert"); message = Loc.GetString("mindslave-cant-insert");

View File

@@ -37,6 +37,6 @@
- type: startingGear - type: startingGear
id: BomzhGear id: BomzhGear
equipment: equipment:
jumpsuit: ClothingUniformJumpsuitCaptain jumpsuit: ClothingUniformJumpsuitWhiteBomzh
outerClothing: ClothingOuterOverCoatBomzh outerClothing: ClothingOuterOverCoatBomzh
id: BomzhPDA id: BomzhPDA

View File

@@ -17,6 +17,7 @@
species: species:
- Human - Human
- Felinid - Felinid
- Moth
weight: 10 weight: 10
icon: "JobIconChiefMedicalOfficer" icon: "JobIconChiefMedicalOfficer"
arrivalNotificationPrototype: ChiefMedicalOfficerArrivalNotification arrivalNotificationPrototype: ChiefMedicalOfficerArrivalNotification
@@ -25,6 +26,7 @@
whitelistedSpecies: whitelistedSpecies:
- Human - Human
- Felinid - Felinid
- Moth
canBeAntag: true canBeAntag: true
access: access:
- Medical - Medical

View File

@@ -33,6 +33,7 @@
suffix: mindslave suffix: mindslave
components: components:
- type: Implanter - type: Implanter
implantTime: 3
implant: MindslaveImplant implant: MindslaveImplant
- type: entity - type: entity
@@ -50,6 +51,7 @@
components: components:
- type: Implanter - type: Implanter
implant: VoiceActivatedBombImplant implant: VoiceActivatedBombImplant
implantTime: 3
- type: TriggerOnVoice - type: TriggerOnVoice
- type: Tag - type: Tag
tags: tags:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 1.8 KiB