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:
@@ -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:
|
||||
|
||||
@@ -568,7 +568,7 @@
|
||||
factions:
|
||||
- Syndicate
|
||||
mindRoles:
|
||||
- MindRoleNukeops
|
||||
- MindRoleLoneops
|
||||
- type: DynamicRuleCost
|
||||
cost: 75
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user