ControlMob verb and command (#724)
* ControlMob verb and command, mobs have MindComponent by default * Use IActorComponent instead of MindComponent for User entity. Fixes using Control Mob while aghosting/visiting an entity. * Use static Loc class
This commit is contained in:
committed by
GitHub
parent
8a5e879633
commit
090dd8cee8
@@ -55,6 +55,7 @@
|
||||
- respawn
|
||||
- rejuvenate
|
||||
- addcomp
|
||||
- controlmob
|
||||
- kick
|
||||
- listplayers
|
||||
- loc
|
||||
@@ -94,6 +95,7 @@
|
||||
- respawn
|
||||
- rejuvenate
|
||||
- addcomp
|
||||
- controlmob
|
||||
- kick
|
||||
- listplayers
|
||||
- loc
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
description: A miserable pile of secrets
|
||||
drawdepth: Mobs
|
||||
components:
|
||||
- type: Mind
|
||||
- type: Hands
|
||||
hands:
|
||||
- left
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
save: false
|
||||
description: Boo!
|
||||
components:
|
||||
- type: Mind
|
||||
- type: Physics
|
||||
mass: 5
|
||||
- type: Eye
|
||||
|
||||
Reference in New Issue
Block a user