some tweaks (#26)

* - fix: Fix RD steal objectives

* - tweak: Mini ebow now doesn't reset on hand select

* - add: Enable fake death

* - fix: Fix round restart sounds

* - tweak: Increase new gas tank volume

* - add: Add quit button
This commit is contained in:
Aviu00
2024-02-04 15:53:50 +09:00
committed by GitHub
parent 23b6c11b4f
commit bc55584a1f
10 changed files with 40 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
- type: entity
- type: entity
abstract: true
parent: BaseObjective
id: BaseChangelingObjective
@@ -99,6 +99,8 @@
parent: BaseChangelingStealObjective
id: RDHardsuitStealObjectiveCh
components:
- type: NotJobRequirement
job: ResearchDirector
- type: StealCondition
stealGroup: ClothingOuterHardsuitRd
owner: job-name-rd
@@ -108,6 +110,8 @@
parent: BaseChangelingStealObjective
id: HandTeleporterStealObjectiveCh
components:
- type: NotJobRequirement
job: ResearchDirector
- type: StealCondition
stealGroup: HandTeleporter
owner: job-name-rd

View File

@@ -164,6 +164,8 @@
parent: BaseTraitorStealObjective
id: RDHardsuitStealObjective
components:
- type: NotJobRequirement
job: ResearchDirector
- type: StealCondition
stealGroup: ClothingOuterHardsuitRd
owner: job-name-rd
@@ -173,6 +175,8 @@
parent: BaseTraitorStealObjective
id: HandTeleporterStealObjective
components:
- type: NotJobRequirement
job: ResearchDirector
- type: StealCondition
stealGroup: HandTeleporter
owner: job-name-rd