Merge remote-tracking branch 'WD-core/master' into upstream-core

This commit is contained in:
BIGZi0348
2025-01-04 23:53:10 +03:00
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) ||
HasComp<MindSlaveComponent>(args.Target) ||
HasComp<CultistComponent>(args.Target) ||
HasComp<UnslavableComponent>(args.Target) ||
HasComp<Revolutionary.Components.RevolutionaryComponent>(args.Target))
{
message = Loc.GetString("mindslave-cant-insert");

View File

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

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 601 B

After

Width:  |  Height:  |  Size: 1.8 KiB