Minor fix to give Lone Operatives the correct roletype (#36521)

* Gives loneop the proper mindrole

* Moved the entity to a more logical position. It was above the parent entity in the .yml file. It is now below it.

* Added requested changes
This commit is contained in:
Zokkie
2025-08-18 20:57:30 +02:00
committed by GitHub
parent fdfdecf57b
commit aa4ca4199a
3 changed files with 10 additions and 2 deletions

View File

@@ -110,7 +110,7 @@
description: ghost-role-information-loneop-description
rules: ghost-role-information-loneop-rules
mindRoles:
- MindRoleGhostRoleSoloAntagonist
- MindRoleLoneops
- type: Sprite
sprite: Markers/jobs.rsi
layers:

View File

@@ -568,7 +568,7 @@
factions:
- Syndicate
mindRoles:
- MindRoleNukeops
- MindRoleLoneops
- type: DynamicRuleCost
cost: 75

View File

@@ -197,6 +197,14 @@
- type: MindRole
antagPrototype: NukeopsCommander
- type: entity
parent: MindRoleNukeops
id: MindRoleLoneops
name: Loneops Operative Role
components:
- type: MindRole
roleType: SoloAntagonist
# Revolutionaries
- type: entity
parent: BaseMindRoleAntag