Skip to content

Commit

Permalink
Fix Interact Verb (#1346)
Browse files Browse the repository at this point in the history
Finally fixed it.

Interact verbs weren't appearing because this is required in BaseMob.
  • Loading branch information
sleepyyapril authored Dec 14, 2024
1 parent 478e159 commit 3e3ca59
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Resources/Prototypes/Entities/Mobs/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,6 @@
- type: RequireProjectileTarget
active: False
- type: AnimatedEmotes

- type: entity
save: false
id: MobPolymorphable
abstract: true
components:
- type: Polymorphable
- type: OwnInteractionVerbs
allowedVerbs: [] # TODO: define something here, or don't.

Expand Down

0 comments on commit 3e3ca59

Please sign in to comment.