Merge remote-tracking branch 'WD-core/master' into upstream-core
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
namespace Content.Shared._White.Implants.Mindslave.Components;
|
||||||
|
|
||||||
|
[RegisterComponent]
|
||||||
|
public sealed partial class UnslavableComponent : Component
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
@@ -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");
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 |
Reference in New Issue
Block a user