More admin ghost interactions (#4854)
* more aghost interactions * restart test and fix some yaml spacing while at it.
This commit is contained in:
@@ -69,11 +69,11 @@ namespace Content.Shared.Ghost
|
||||
|
||||
public bool CanInteract() => CanGhostInteract;
|
||||
public bool CanUse() => CanGhostInteract;
|
||||
public bool CanThrow() => false;
|
||||
public bool CanThrow() => CanGhostInteract;
|
||||
public bool CanDrop() => CanGhostInteract;
|
||||
public bool CanPickup() => CanGhostInteract;
|
||||
public bool CanEmote() => false;
|
||||
public bool CanAttack() => false;
|
||||
public bool CanAttack() => CanGhostInteract;
|
||||
}
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
|
||||
@@ -10,6 +10,12 @@
|
||||
- type: Ghost
|
||||
canInteract: true
|
||||
- type: Hands
|
||||
- type: DoAfter
|
||||
- type: CombatMode
|
||||
- type: Actions
|
||||
innateActions:
|
||||
- CombatMode
|
||||
- GhostBoo
|
||||
- type: PlayerInputMover
|
||||
- type: Physics
|
||||
bodyType: Kinematic
|
||||
|
||||
Reference in New Issue
Block a user