make paradox clone receive the original's objectives (#35829)
* make paradox clone receive the original's objectives * remove redundant indexing * Minor comment change * fix ninja objectives --------- Co-authored-by: beck-thompson <beck314159@hotmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
- Clumsy
|
||||
- MindShield
|
||||
- MimePowers
|
||||
- SpaceNinja
|
||||
# accents
|
||||
- Accentless
|
||||
- BackwardsAccent
|
||||
|
||||
@@ -244,6 +244,9 @@
|
||||
reoccurrenceDelay: 20
|
||||
minimumPlayers: 15
|
||||
- type: ParadoxCloneRule
|
||||
objectiveBlacklist:
|
||||
tags:
|
||||
- ParadoxCloneObjectiveBlacklist
|
||||
- type: AntagObjectives
|
||||
objectives:
|
||||
- ParadoxCloneKillObjective
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
roles:
|
||||
mindRoles:
|
||||
- ParadoxCloneRole
|
||||
- type: Tag
|
||||
tags:
|
||||
- ParadoxCloneObjectiveBlacklist # don't copy the objectives from other clones
|
||||
|
||||
- type: entity
|
||||
parent: [BaseParadoxCloneObjective, BaseLivingObjective]
|
||||
|
||||
@@ -954,6 +954,9 @@
|
||||
- type: Tag
|
||||
id: Packet
|
||||
|
||||
- type: Tag
|
||||
id: ParadoxCloneObjectiveBlacklist # objective entities with this tag don't get copied to paradox clones
|
||||
|
||||
- type: Tag
|
||||
id: Paper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user