]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Remove salvage mobs being able to be ghost roles. (#23355)
authorUbaser <134914314+UbaserB@users.noreply.github.com>
Tue, 2 Jan 2024 08:15:29 +0000 (19:15 +1100)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 08:15:29 +0000 (01:15 -0700)
add

Resources/Prototypes/Entities/Mobs/NPCs/space.yml
Resources/Prototypes/Entities/Mobs/NPCs/spacetick.yml

index 9d63f4717103baf7024d6ec656eb41c74d349a96..5df5351161300a5ca0041a0b88e9b4a8fc9314ec 100644 (file)
@@ -1,4 +1,4 @@
-- type: entity
+- type: entity
   name: basic
   id: MobSpaceBasic
   parent: SimpleSpaceMobBase
     interactFailureString: petting-failure-bear
     interactSuccessSound:
       path: /Audio/Animals/sloth_squeak.ogg
-  - type: GhostRole
-    prob: 0.25
-    name: ghost-role-information-space-bear-name
-    description: ghost-role-information-space-bear-description
 
 - type: entity
   id: MobBearSpaceSalvage
   parent: MobBearSpace
   suffix: "Salvage Ruleset"
   components:
-  - type: GhostRole
-    prob: 0.25
-    name: ghost-role-information-salvage-bear-name
-    description: ghost-role-information-salvage-bear-description
   - type: SalvageMobRestrictions
 
 - type: entity
     interfaces:
     - key: enum.StrippingUiKey.Key
       type: StrippableBoundUserInterface
-  - type: GhostRole
-    prob: 0.25
-    name: ghost-role-information-space-kangaroo-name
-    description: ghost-role-information-space-kangaroo-description
 
 - type: entity
   id: MobKangarooSpaceSalvage
   parent: MobKangarooSpace
   suffix: "Salvage Ruleset"
   components:
-  - type: GhostRole
-    prob: 0.25
-    name: ghost-role-information-salvage-kangaroo-name
-    description: ghost-role-information-salvage-kangaroo-description
   - type: SalvageMobRestrictions
 
 - type: entity
     color: "#4faffb"
   - type: NoSlip
   - type: IgnoreSpiderWeb
-  - type: GhostRole
-    prob: 0.30
-    name: ghost-role-information-space-spider-name
-    description: ghost-role-information-space-spider-description
   - type: Speech
     speechVerb: Arachnid
 
   parent: MobSpiderSpace
   suffix: "Salvage Ruleset"
   components:
-  - type: GhostRole
-    prob: 0.30
-    name: ghost-role-information-salvage-spider-name
-    description: ghost-role-information-salvage-spider-description
   - type: SalvageMobRestrictions
 
 - type: entity
       radius: 1.1
       energy: 1.5
       color: "#4faffb"
-    - type: GhostRole
-      prob: 0.25
-      name: ghost-role-information-space-cobra-name
-      description: ghost-role-information-space-cobra-description
     - type: Stealth
       enabledOnDeath: false
       maxVisibility: 1.2
   parent: MobCobraSpace
   suffix: "Salvage Ruleset"
   components:
-    - type: GhostRole
-      prob: 0.25
-      name: ghost-role-information-salvage-cobra-name
-      description: ghost-role-information-salvage-cobra-description
     - type: SalvageMobRestrictions
index 5f87c4c6a9b15f1890c66882798dce578694df71..3521af27251130914fc2c23c85502b6c33a8f3b2 100644 (file)
           Quantity: 5
   - type: MeleeChemicalInjector
     solution: melee
-  - type: GhostRole
-    prob: 0.33
-    makeSentient: true
-    name: ghost-role-information-space-tick-name
-    description: ghost-role-information-space-tick-description
   - type: GhostTakeoverAvailable
   - type: ReplacementAccent
     accent: genericAggressive
@@ -91,9 +86,6 @@
   parent: MobTick
   suffix: "Salvage Ruleset"
   components:
-  - type: GhostRole
-    name: ghost-role-information-salvage-tick-name
-    description: ghost-role-information-salvage-tick-description
   - type: GhostTakeoverAvailable
   - type: SalvageMobRestrictions