Fixes not being able to ghost on move when you're a head or brain

This commit is contained in:
Vera Aguilera Puerto
2021-03-15 21:16:34 +01:00
parent d3251f35bf
commit 72ee101907
5 changed files with 14 additions and 1 deletions

View File

@@ -32,6 +32,9 @@
behaviors:
- !type:BrainBehavior {}
- type: Input
context: "ghost"
- type: DummyInputMover
- type: GhostOnMove
- type: entity
id: EyesHuman

View File

@@ -63,6 +63,9 @@
# criticalThreshold: 50
# deadThreshold: 120
- type: Input
context: "ghost"
- type: DummyInputMover
- type: GhostOnMove
- type: entity
id: LeftArmHuman

View File

@@ -62,6 +62,9 @@
# criticalThreshold: 50
# deadThreshold: 120
- type: Input
context: "ghost"
- type: DummyInputMover
- type: GhostOnMove
- type: entity
id: LeftArmSlime