mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 14:53:29 +00:00
Trees can no longer move.
This was SVN commit r3231.
This commit is contained in:
@@ -37,4 +37,6 @@
|
||||
</Traits>
|
||||
|
||||
<Actions />
|
||||
|
||||
<Event On="PrepareOrder" Function="entity_event_prepareorder" />
|
||||
</Entity>
|
||||
|
||||
@@ -7,6 +7,5 @@
|
||||
<Event On="Gather" Function="entity_event_gather" />
|
||||
<Event On="Heal" Function="entity_event_heal" />
|
||||
<Event On="TakesDamage" Function="entity_event_takesdamage" />
|
||||
<Event On="TargetChanged" Function="entity_event_targetchanged" />
|
||||
<Event On="PrepareOrder" Function="entity_event_prepareorder" />
|
||||
<Event On="TargetChanged" Function="entity_event_targetchanged" />
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user